Click or drag to resize

QuantityDataAttributeTObject Properties

The QuantityDataAttributeTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyBaseInfo
Gets the base information.
(Inherited from DataAttributeBaseTObject.)
Public propertyDefaultValue
Gets the default value.
(Inherited from DataAttributeBaseTObject.)
Public propertyExpressions
Gets the recalc expression.
(Inherited from DataAttributeBaseTObject.)
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.
(Inherited from DataAttributeBaseTObject.)
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.
(Overrides DataAttributeBaseTObjectPrimitiveValueType.)
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.
(Inherited from DataAttributeBaseTObject.)
Public propertyUnitGetter
Gets the unit getter.
Public propertyValueAttribute
Gets the value attribute of the Quantity attribute.
Public propertyValueType
Gets the value of the data attribute for the specified domain object
(Inherited from DataAttributeTObject, TValue.)
Top
See Also