Click or drag to resize

AppStringLoadOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppStringCommonFilter
    Omada.OE.ModelAppStringLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class AppStringLoadOptions : AppStringCommonFilter

The AppStringLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodAppStringLoadOptions
Top
Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
(Inherited from AppStringCommonFilter.)
Public propertyEntityDataType
(Inherited from AppStringCommonFilter.)
Public propertyIdPosList
Positiv list of appstring id's. Unless the list is empty only appstrings with the listed id are loaded.
Public propertyNotDefinedForLangId
AppStrings not having a LangString for the provided language is loaded.
(Inherited from AppStringCommonFilter.)
Public propertyResultInfo
(Inherited from AppStringCommonFilter.)
Public propertySearchString
Free text search
(Inherited from AppStringCommonFilter.)
Public propertySkipDescriptions
If set, the AppString descriptions will not be loaded from the database.
Public propertySkipNames
If set, the AppString names will not be loaded.
Public propertySourceIdNegList
Exclude AppStrings having the provided AppStringSource ID's
(Inherited from AppStringCommonFilter.)
Public propertySourceIdPosList
Positiv list of appstringsource id's. Unless the list is empty only appstrings with the listed sourceid'a are loaded.
(Inherited from AppStringCommonFilter.)
Public propertyTypeId
AppStrings with a type different from the one specified here will not pass the filter. The value is ignored if it is 0.
(Inherited from AppStringCommonFilter.)
Public propertyUIdPosList
Positiv list of appstring uid's. Unless the list is empty only appstrings with the listed uid are loaded.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also