Click or drag to resize

CalculatedDataAttribute Properties

The CalculatedDataAttribute type exposes the following members.

Properties
  NameDescription
Public propertyBaseInfo
Gets the base information.
Public propertyExpression
Gets the calculated attribute expression.
Public propertyIsBlob
Gets a value indicating whether this attribute data is BLOB.
Public propertyIsComplexType
Gets a value indicating whether this instance is a complex type.
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 propertyLocalizedNameFunc
Gets the localized name function.
Public propertyName
Gets the name of the data attribute
Public propertyPrimitiveValueType
Gets the primitive type code. Used in public APIs to represent a complex value as a primitive value. For example for Quantity and Amount attributes the primitive value is of Decimal 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