Click or drag to resize

IDataAttribute Properties

The IDataAttribute type exposes the following members.

Properties
  NameDescription
Public propertyBaseInfo
Gets the base information.
Public propertyDefaultValue
Gets the default value of the attribute.
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 attribute
Public propertyPrimitiveValueType
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.
Public propertyReadOnly
Is the Property read-only
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