DataAccessFilterDataAttributeTObject Properties |
The DataAccessFilterDataAttributeTObject generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseInfo |
Gets the base information.
(Inherited from DataAttributeBaseTObject.) | |
| ColumnName |
The underlying data column name
(Inherited from ColumnDataAttributeTObject, TValue.) | |
| DefaultValue |
Gets the default value.
(Inherited from DataAttributeBaseTObject.) | |
| Expressions |
Gets the recalc expression.
(Inherited from DataAttributeBaseTObject.) | |
| GetRow |
The delegate that returns the buffer row, containing the storage column
(Inherited from ColumnDataAttributeTObject, TValue.) | |
| IsBlob |
Gets a value indicating whether this attribute data is BLOB.
(Inherited from DataAttributeBaseTObject.) | |
| IsPersistent |
Gets a value indicating whether this attribute is persistent. Only persistent attributes support track changes.
(Inherited from DataAttributeBaseTObject.) | |
| LocalizedName |
Gets the name of the attribute in the current UI culture.
(Inherited from DataAttributeBaseTObject.) | |
| Name |
Gets the name of the data Property
(Inherited from DataAttributeBaseTObject.) | |
| PrimitiveValueType |
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
(Overrides DataAttributeBaseTObjectPrimitiveValueType.) | |
| ReadOnly |
Is the data attribute read-only for user editing.
(Inherited from DataAttributeBaseTObject.) | |
| SupportsGet |
Gets a value indicating whether the attribute supports getting a value.
(Inherited from DataAttributeBaseTObject.) | |
| SupportsSet |
Gets a value indicating whether the attribute supports setting a value.
(Inherited from DataAttributeBaseTObject.) | |
| TableName |
The table used to persist and locally store the objects data
(Inherited from ColumnDataAttributeTObject, TValue.) | |
| ValueType |
Gets the value of the data attribute for the specified domain object
(Inherited from DataAttributeTObject, TValue.) |