Click or drag to resize

AppStringLoadOptions Properties

The AppStringLoadOptions type exposes the following members.

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
See Also