![]() | Caex |
The CaexValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultValue | Gets a default decoded value according to the defined AttributeDataType |
![]() | FriendlyValueString | Gets a friendly string of the Attribute value. This string is not in any case equal to the attribute value string, which is always an encoded string, according to the AttributeDataType. The conversion format used to convert the value to its string representation is fix and cannot be changed. |
![]() | TypeAttribute | Gets the Attribute, which defines the AttributeDataType. |
![]() | TypeCodeOfAttribute | Gets the .NET Type code which is converted from the XSD Schema attribute defined in the TypeAttribute. |
![]() | Value | Gets and sets the value attribute using the type specific XML conversion method. If no AttributeDataType is defined, the value is encoded / decoded as it is. |
![]() | ValueElement | Gets the Element, which contains the Attribute value. |