Click or drag to resize

ITypedDataAttributeTValue Properties

The ITypedDataAttributeTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyBaseInfo
Gets the base information.
(Inherited from IDataAttribute.)
Public propertyDefaultValue
Gets the default value of the attribute.
(Inherited from IDataAttribute.)
Public propertyExpressions
Gets the recalc expression.
(Inherited from IDataAttribute.)
Public propertyIsBlob
Gets a value indicating whether this attribute data is BLOB.
(Inherited from IDataAttribute.)
Public propertyIsPersistent
Gets a value indicating whether this attribute is persistent. Only persistent attributes support track changes.
(Inherited from IDataAttribute.)
Public propertyLocalizedName
Gets the name of the attribute in the current UI culture.
(Inherited from IDataAttribute.)
Public propertyName
Gets the name of the data attribute
(Inherited from IDataAttribute.)
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.
(Inherited from IDataAttribute.)
Public propertyReadOnly
Is the Property read-only
(Inherited from IDataAttribute.)
Public propertySupportsGet
Gets a value indicating whether the attribute supports getting a value.
(Inherited from IDataAttribute.)
Public propertySupportsSet
Gets a value indicating whether the attribute supports setting a value.
(Inherited from IDataAttribute.)
Public propertyValueType
Returns the Type of the data, that this attribute stores
(Inherited from IDataAttribute.)
Top
See Also