BasePropertyLoadOptions Properties |
The BasePropertyLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheOptions |
Contains options related to data caching.
|
![]() | DataObjectTypeIds |
If the collection is used, only properties which is used by the provided DataObjectType's are loaded.
|
![]() | DeleteFilter | (Inherited from BasePropertyCommonFilter.) |
![]() | EntityDataType | |
![]() | ExcludeNonSuitableForRegularDOTBindings |
Exclude certain properties which aren't relevant for data object bindings. E.g. properties prefixed with SSOT_ or SURVFLD_
|
![]() | HasDefinedSecurity | |
![]() | IdNegList | (Inherited from BasePropertyCommonFilter.) |
![]() | IdPosList | (Inherited from BasePropertyCommonFilter.) |
![]() | PropertyDataTypeFlags | |
![]() | PropertyLineMode | |
![]() | PropertyTypeFlags | |
![]() | PropertyValueMode | |
![]() | ReferenceObjectTypeIds | |
![]() | ResultInfo | |
![]() | SkipCheckForChanges |
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.
|
![]() | SystemNamePosList | (Inherited from BasePropertyCommonFilter.) |
![]() | UIdPosList | (Inherited from BasePropertyCommonFilter.) |
Name | Description | |
---|---|---|
![]() ![]() | IEntityObjectsLoadOptionsIdList |
Ids-to-be-loaded.
|
![]() ![]() | IEntityObjectsLoadOptionsResultCompletenessState |
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".
|
![]() ![]() | IEntityObjectsLoadOptionsStoredInTableName |
Name of the DB table that the objects reside in.
The table must have an ID and ChangeTime columns.
|