Click or drag to resize

AppStringCommonFilter Class

All filter methods, which are used in both filter and loadoption classes, should be declared here.
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 abstract class AppStringCommonFilter : IEntityDataLoadOptions

The AppStringCommonFilter type exposes the following members.

Constructors
  NameDescription
Public methodAppStringCommonFilter
Top
Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
Public propertyEntityDataType
Public propertyNotDefinedForLangId
AppStrings not having a LangString for the provided language is loaded.
Public propertyResultInfo
Public propertySearchString
Free text search
Public propertySourceIdNegList
Exclude AppStrings having the provided AppStringSource ID's
Public propertySourceIdPosList
Positiv list of appstringsource id's. Unless the list is empty only appstrings with the listed sourceid'a are loaded.
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.
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