DataAttributeBaseTObject Properties |
The DataAttributeBaseTObject generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseInfo |
Gets the base information.
| |
| DefaultValue |
Gets the default value.
| |
| Expressions |
Gets the recalc expression.
| |
| IsBlob |
Gets a value indicating whether this attribute data is BLOB.
| |
| IsPersistent |
Gets a value indicating whether this attribute is persistent. Only persistent attributes support track changes.
| |
| LocalizedName |
Gets the name of the attribute in the current UI culture.
| |
| Name |
Gets the name of the data Property
| |
| PrimitiveValueType |
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
| |
| ReadOnly |
Is the data attribute read-only for user editing.
| |
| SupportsGet |
Gets a value indicating whether the attribute supports getting a value.
| |
| SupportsSet |
Gets a value indicating whether the attribute supports setting a value.
| |
| ValueType |
Returns the Type of the data, that this attribute stores
|