Click or drag to resize

DataAttributeBaseTObject Properties

The DataAttributeBaseTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyBaseInfo
Gets the base information.
Public propertyDefaultValue
Gets the default value.
Public propertyExpressions
Gets the recalc expression.
Public propertyIsBlob
Gets a value indicating whether this attribute data is BLOB.
Public propertyIsPersistent
Gets a value indicating whether this attribute is persistent. Only persistent attributes support track changes.
Public propertyLocalizedName
Gets the name of the attribute in the current UI culture.
Public propertyName
Gets the name of the data Property
Public propertyPrimitiveValueType
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
Public propertyReadOnly
Is the data attribute read-only for user editing.
Public propertySupportsGet
Gets a value indicating whether the attribute supports getting a value.
Public propertySupportsSet
Gets a value indicating whether the attribute supports setting a value.
Public propertyValueType
Returns the Type of the data, that this attribute stores
Top
See Also