Click or drag to resize

BaseProperty Properties

The BaseProperty type exposes the following members.

Properties
  NameDescription
Public propertyAllowsMultipleValues
Does the property allow/support multiple values?
Public propertyChangedBy
Public propertyChangeTime
Public propertyConfigLockFlags
Public propertyControlType
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataVersion
Public propertyDeleted
Public propertyDescription
Public propertyId
Public propertyName
Public propertyNumber
Public propertyPropertyType
Public propertySecurityDefined
Returns true of security has been defined for the property. Use the CheckSecurity() method to test of a user has access to the property.
Public propertySecurityGroups
Contains Users and UserGroup which have access to the property. Can be null. Use the CheckSecurity() method to test of a user has access to the property.
Public propertySystem
Public propertySystemName
Public propertyUId
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