Click or drag to resize

IdAttributeTObject Properties

The IdAttributeTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyBaseInfo
Gets the base information.
(Inherited from DataAttributeBaseTObject.)
Public propertyColumnName
The underlying data column name
(Inherited from ColumnDataAttributeTObject, TValue.)
Public propertyDefaultValue
Gets the default value.
(Inherited from DataAttributeBaseTObject.)
Public propertyExpressions
Gets the recalc expression.
(Inherited from DataAttributeBaseTObject.)
Public propertyGetRow
The delegate that returns the buffer row, containing the storage column
(Inherited from ColumnDataAttributeTObject, TValue.)
Public propertyIsBlob
Gets a value indicating whether this attribute data is BLOB.
(Inherited from DataAttributeBaseTObject.)
Public propertyIsPersistent
Gets a value indicating whether this attribute is persistent. Only persistent attributes support track changes.
(Overrides DataAttributeBaseTObjectIsPersistent.)
Public propertyLocalizedName
Gets the name of the attribute in the current UI culture.
(Inherited from DataAttributeBaseTObject.)
Public propertyName
Gets the name of the data Property
(Inherited from DataAttributeBaseTObject.)
Public propertyPrimitiveValueType
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
(Inherited from DataAttributeBaseTObject.)
Public propertyReadOnly
Is the data attribute read-only for user editing.
(Inherited from DataAttributeBaseTObject.)
Public propertySupportsGet
Gets a value indicating whether the attribute supports getting a value.
(Inherited from DataAttributeBaseTObject.)
Public propertySupportsSet
Gets a value indicating whether the attribute supports setting a value.
(Overrides DataAttributeBaseTObjectSupportsSet.)
Public propertyTableName
The table used to persist and locally store the objects data
(Inherited from ColumnDataAttributeTObject, TValue.)
Public propertyValueType
Gets the value of the data attribute for the specified domain object
(Inherited from DataAttributeTObject, TValue.)
Top
See Also