ViewLoadOptions Properties |
The ViewLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheOptions |
Contains options related to data caching.
|
![]() | DataObjectTypeIds |
If the collection is used, only views which is used by the provided DataObjectType's are loaded.
Cannot be used together with "DataObjectTypeId" on the loadoption
(Inherited from ViewLoadOptionsBase.) |
![]() | EntityDataType | |
![]() | IdNegList | (Inherited from CommonLoadOptionsBase.) |
![]() | IdPosList |
Positiv list of id's. Unless the list is empty, only object with the provided ID's are loaded.
(Inherited from CommonLoadOptionsBase.) |
![]() | IsFullTextSearchEnabled |
Defines if a fulltext search is enabled
(Inherited from CommonLoadOptionsBase.) |
![]() | LoadForms |
Load alternate forms that dataobjects in a view should be presented with?
|
![]() | MenuItemIds | (Inherited from ViewLoadOptionsBase.) |
![]() | Number |
If > 0 load only the view with the particular number is included.
(Inherited from ViewLoadOptionsBase.) |
![]() | OnlyViewsOwnedByActiveUser |
Should we only load views that the active user is the owner of?
(Inherited from ViewLoadOptionsBase.) |
![]() | OnlyViewsUsedByActiveUser |
Should we only load views that the active user is allowed to use?
(Inherited from ViewLoadOptionsBase.) |
![]() | OwnershipType | (Inherited from ViewLoadOptionsBase.) |
![]() | RequireExactDataObjectTypeMatch |
If true, then only views where dataobjecttype filter contains Ids in DataObjectTypeIds are loaded
(Inherited from ViewLoadOptionsBase.) |
![]() | ResultInfo | |
![]() | SearchString | (Inherited from CommonLoadOptionsBase.) |
![]() | 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.
|
![]() | UIdPosList | (Inherited from ViewLoadOptionsBase.) |
![]() | ViewOwner |
By default only regular views (those shown in the UI) are included.
(Inherited from ViewLoadOptionsBase.) |
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.
|