Caex |
The CaexValue type exposes the following members.
| 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. |