BaseProperty Properties |
The BaseProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowsMultipleValues |
Does the property allow/support multiple values?
| |
| ChangedBy | ||
| ChangeTime | ||
| ConfigLockFlags | ||
| ControlType | ||
| CreatedBy | ||
| CreateTime | ||
| DataVersion | ||
| Deleted | ||
| Description | ||
| Id | ||
| Name | ||
| Number | ||
| PropertyType | ||
| SecurityDefined |
Returns true of security has been defined for the property.
Use the CheckSecurity() method to test of a user has access to the property.
| |
| SecurityGroups |
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.
| |
| System | ||
| SystemName | ||
| UId |
| Name | Description | |
|---|---|---|
| IEntityObjectDataVersion |
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.
| |
| IEntityObjectId |
Unique id of the entity object within its entity type.
|