Click or drag to resize

ViewBase Properties

The ViewBase type exposes the following members.

Properties
  NameDescription
Public propertyActiveUserCanUseView
Is the active user allowed to use the view?
Public propertyChangedBy
Public propertyChangeTime
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataVersion
Public propertyDescription
Description can be null
Public propertyId
Public propertyMenuItemId
The ID of the menu item under which the view is placed.
Public propertyName
Public propertyNumber
Public propertyOwner
The "Owner" tells the purpose of the view; is it a regular view, is it used for a reference property or is it used for scoping a policy?
Public propertyOwnerId
The administrators/owners of the view. Only the owners can edit the view. OwnerId is the id of a user group.
Public propertySettings
Contains additional settings for the view. Configured in the XML structure in the column tblDataObjectView.SettingsXML.
Public propertySystem
System views are not shown in the menu
Public propertyUId
Public propertyUserGroupIds
Users of the view. Only the group members can see the view in the menu structure.
Public propertyViewClass
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
Top
See Also