Represents a custom literal.
Represents a string literal.
Represents a 16-bit unsigned integer literal.
override Grade Supports(Type ValueType)
How well the type supports a given value type.
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
const string TypeUri
http://www.w3.org/2001/XMLSchema#unsignedShort
UInt16Literal(ushort Value)
Represents a 16-bit unsigned integer literal.
UInt16Literal(ushort Value, string StringValue)
Represents a 16-bit unsigned integer literal.
override bool Equals(object obj)
override string StringType
Type name
override double ComparableValue
Comparable numeric value.
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
override int GetHashCode()
UInt16Literal()
Represents a 16-bit unsigned integer literal.
string StringValue
String representation of value.
override string ToString()
Abstract base class for semantic literal numeric values.
Interface for semantic literals.