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