ViewLoadOptionsBase Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public abstract class ViewLoadOptionsBase : CommonLoadOptionsBase
The ViewLoadOptionsBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewLoadOptionsBase | 
| Name | Description | |
|---|---|---|
| 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
              | |
| 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.) | |
| MenuItemIds | ||
| Number | 
            If > 0 load only the view with the particular number is included.
              | |
| OnlyViewsOwnedByActiveUser | 
            Should we only load views that the active user is the owner of?
              | |
| OnlyViewsUsedByActiveUser | 
            Should we only load views that the active user is allowed to use?
              | |
| OwnershipType | ||
| RequireExactDataObjectTypeMatch | 
            If true, then only views where dataobjecttype filter contains Ids in DataObjectTypeIds are loaded
              | |
| SearchString | (Inherited from CommonLoadOptionsBase.) | |
| UIdPosList | ||
| ViewOwner | 
            By default only regular views (those shown in the UI) are included.
              | 
| 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.) |