Click or drag to resize

CaexValue Methods

The CaexValue type exposes the following members.

Methods
 NameDescription
Public methodCompareTo Type based comparison of attribute values.
Public methodEquals Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodIsBinaryValue Determines if the type code derived from the Attribute datatype is a binary type.
Public methodIsDateTimeType 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:
Public methodIsNumericOrBooleanValue Determines if the type code derived from the Attribute datatype is a numeric or boolean type. For a lit of numeric types .
Public methodIsNumericValue Determines if the type code derived from the Attribute datatype is a numeric type. The following type codes are recognized as numeric types:
Public methodIsPartOfDateValue 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:
Public methodIsStringValue Determines if the type code derived from the Attribute datatype is a string type. The following type codes are recognized as string types:
Public methodIsValidStringValue Checks for all string data types, if the provided string is valid according to the defined data type TypeCodeOfAttribute. The supported types are :
Public methodStatic memberTypeCode Translates an XSd schema type (such as "xs:double") to an XmlTypeCode.
Top
See Also