Click or drag to resize

ViewLoadOptionsBase Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCommonLoadOptionsBase
    Omada.OE.ModelViewLoadOptionsBase
      Omada.OE.ModelViewLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class ViewLoadOptionsBase : CommonLoadOptionsBase

The ViewLoadOptionsBase type exposes the following members.

Constructors
  NameDescription
Public methodViewLoadOptionsBase
Top
Properties
  NameDescription
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
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 propertyMenuItemIds
Public propertyNumber
If > 0 load only the view with the particular number is included.
Public propertyOnlyViewsOwnedByActiveUser
Should we only load views that the active user is the owner of?
Public propertyOnlyViewsUsedByActiveUser
Should we only load views that the active user is allowed to use?
Public propertyOwnershipType
Public propertyRequireExactDataObjectTypeMatch
If true, then only views where dataobjecttype filter contains Ids in DataObjectTypeIds are loaded
Public propertySearchString (Inherited from CommonLoadOptionsBase.)
Public propertyUIdPosList
Public propertyViewOwner
By default only regular views (those shown in the UI) are included.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also