IColumnDataAttribute Properties |
The IColumnDataAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseInfo |
Gets the base information.
(Inherited from IDataAttribute.) |
![]() | ColumnName |
The underlying data column name
|
![]() | DefaultValue |
Gets the default value of the attribute.
(Inherited from IDataAttribute.) |
![]() | Expressions |
Gets the recalc expression.
(Inherited from IDataAttribute.) |
![]() | IsBlob |
Gets a value indicating whether this attribute data is BLOB.
(Inherited from IDataAttribute.) |
![]() | IsPersistent |
Gets a value indicating whether this attribute is persistent.
Only persistent attributes support track changes.
(Inherited from IDataAttribute.) |
![]() | LocalizedName |
Gets the name of the attribute in the current UI culture.
(Inherited from IDataAttribute.) |
![]() | Name |
Gets the name of the data attribute
(Inherited from IDataAttribute.) |
![]() | PrimitiveValueType |
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
For example Quantity and Amount attributes may have Decimal primitive type.
(Inherited from IDataAttribute.) |
![]() | ReadOnly |
Is the Property read-only
(Inherited from IDataAttribute.) |
![]() | SupportsGet |
Gets a value indicating whether the attribute supports getting a value.
(Inherited from IDataAttribute.) |
![]() | SupportsSet |
Gets a value indicating whether the attribute supports setting a value.
(Inherited from IDataAttribute.) |
![]() | TableName |
The table used to persist and locally store the objects data
|
![]() | ValueType |
Returns the Type of the data, that this attribute stores
(Inherited from IDataAttribute.) |