Click or drag to resize

CaexValue Properties

The CaexValue type exposes the following members.

Properties
 NameDescription
Public propertyDefaultValue Gets a default decoded value according to the defined AttributeDataType
Public propertyFriendlyValueString 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.
Public propertyTypeAttribute Gets the Attribute, which defines the AttributeDataType.
Public propertyTypeCodeOfAttribute Gets the .NET Type code which is converted from the XSD Schema attribute defined in the TypeAttribute.
Public propertyValue 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.
Public propertyValueElement Gets the Element, which contains the Attribute value.
Top
See Also