Click or drag to resize

BasePropertyLoadOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelBasePropertyCommonFilter
    Omada.OE.ModelBasePropertyLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class BasePropertyLoadOptions : BasePropertyCommonFilter, 
	IEntityObjectsLoadOptions, IEntityDataLoadOptions

The BasePropertyLoadOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
Public propertyDataObjectTypeIds
If the collection is used, only properties which is used by the provided DataObjectType's are loaded.
Public propertyDeleteFilter
(Inherited from BasePropertyCommonFilter.)
Public propertyEntityDataType
Public propertyExcludeNonSuitableForRegularDOTBindings
Exclude certain properties which aren't relevant for data object bindings. E.g. properties prefixed with SSOT_ or SURVFLD_
Public propertyHasDefinedSecurity
Public propertyIdNegList
(Inherited from BasePropertyCommonFilter.)
Public propertyIdPosList
(Inherited from BasePropertyCommonFilter.)
Public propertyPropertyDataTypeFlags
Public propertyPropertyLineMode
Public propertyPropertyTypeFlags
Public propertyPropertyValueMode
Public propertyReferenceObjectTypeIds
Public propertyResultInfo
Public propertySkipCheckForChanges
If true we will return cached objects without checking if they are still current - that is, if they have been modified after they were cached. This can be ok in certain situations where we want to save the cost of determining if the cached objects have been modified.
Public propertySystemNamePosList
(Inherited from BasePropertyCommonFilter.)
Public propertyUIdPosList
(Inherited from BasePropertyCommonFilter.)
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEntityObjectsLoadOptionsHasNoCriteria
Explicit interface implementationPrivate propertyIEntityObjectsLoadOptionsIdList
Ids-to-be-loaded.
Explicit interface implementationPrivate propertyIEntityObjectsLoadOptionsResultCompletenessState
Representation of whether all data on each object has been loaded. If any options has been specified that excludes parts of the loaded data on each object then it must be reflected in the value. Should contain a value like e.g. "FULL", "NOPROPERTIES".
Explicit interface implementationPrivate propertyIEntityObjectsLoadOptionsStoredInTableName
Name of the DB table that the objects reside in. The table must have an ID and ChangeTime columns.
Top
See Also