![]() | 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. |
Name | Description | |
---|---|---|
![]() | CompareTo | Type based comparison of attribute values. |
![]() | Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object)) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode) |
![]() | IsBinaryValue | Determines if the type code derived from the Attribute datatype is a binary type. |
![]() | IsDateTimeType | Determines if the type code derived from the Attribute datatype is a date time type. The following type codes are recognized as date time types: |
![]() | IsNumericOrBooleanValue | Determines if the type code derived from the Attribute datatype is a numeric or boolean type. For a lit of numeric types . |
![]() | IsNumericValue | Determines if the type code derived from the Attribute datatype is a numeric type. The following type codes are recognized as numeric types: |
![]() | IsPartOfDateValue | Determines if the type code derived from the Attribute datatype defined a part of a date. The datatype ushort is used for a date part. The following type codes are recognized as date parts: |
![]() | IsStringValue | Determines if the type code derived from the Attribute datatype is a string type. The following type codes are recognized as string types: |
![]() | IsValidStringValue | Checks for all string data types, if the provided string is valid according to the defined data type TypeCodeOfAttribute. The supported types are : |
![]() ![]() | TypeCode | Translates an XSd schema type (such as "xs:double") to an XmlTypeCode. |