DataObjectTypeLoadOptions Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectTypeLoadOptions : IEntityObjectsLoadOptions, IEntityDataLoadOptions
The DataObjectTypeLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObjectTypeLoadOptions |
Name | Description | |
---|---|---|
![]() | CacheOptions |
Contains options related to data caching.
|
![]() | EntityDataType | |
![]() | IdNegList | |
![]() | IdPosList | |
![]() | Kinds |
By default only regular data object types are loaded. This can be changed by modifying Kinds.
If empty then data object types of all kinds are loaded.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | BuildCacheKey | |
![]() | IsResultCachable |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IEntityObjectsLoadOptionsHasNoCriteria | |
![]() ![]() | 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.
|