Represents a custom literal.
Represents a date literal.
override Grade Supports(Type ValueType)
How well the type supports a given value type.
override string StringType
Type name
override bool Equals(object obj)
DateLiteral(DateTime Value, string StringValue)
Represents a date literal.
const string TypeUri
http://www.w3.org/2001/XMLSchema#date
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
DateLiteral()
Represents a date literal.
DateLiteral(DateTime Value)
Represents a date literal.
override int GetHashCode()
Represents a string literal.
Abstract base class for semantic literal values.
string StringValue
String representation of value.
override string ToString()
Helps with common XML-related tasks.
static bool TryParse(string s, out DateTime Value)
Tries to decode a string encoded DateTime.
Interface for semantic literals.