Click or drag to resize

ViewLoadOptions Properties

The ViewLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
Public propertyDataObjectTypeIds
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.)
Public propertyEntityDataType
Public propertyIdNegList (Inherited from CommonLoadOptionsBase.)
Public propertyIdPosList
Positiv list of id's. Unless the list is empty, only object with the provided ID's are loaded.
(Inherited from CommonLoadOptionsBase.)
Public propertyIsFullTextSearchEnabled
Defines if a fulltext search is enabled
(Inherited from CommonLoadOptionsBase.)
Public propertyLoadForms
Load alternate forms that dataobjects in a view should be presented with?
Public propertyMenuItemIds (Inherited from ViewLoadOptionsBase.)
Public propertyNumber
If > 0 load only the view with the particular number is included.
(Inherited from ViewLoadOptionsBase.)
Public propertyOnlyViewsOwnedByActiveUser
Should we only load views that the active user is the owner of?
(Inherited from ViewLoadOptionsBase.)
Public propertyOnlyViewsUsedByActiveUser
Should we only load views that the active user is allowed to use?
(Inherited from ViewLoadOptionsBase.)
Public propertyOwnershipType (Inherited from ViewLoadOptionsBase.)
Public propertyRequireExactDataObjectTypeMatch
If true, then only views where dataobjecttype filter contains Ids in DataObjectTypeIds are loaded
(Inherited from ViewLoadOptionsBase.)
Public propertyResultInfo
Public propertySearchString (Inherited from CommonLoadOptionsBase.)
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 propertyUIdPosList (Inherited from ViewLoadOptionsBase.)
Public propertyViewOwner
By default only regular views (those shown in the UI) are included.
(Inherited from ViewLoadOptionsBase.)
Top
Explicit Interface Implementations
  NameDescription
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