Represents a custom literal.
Represents a dateTime literal.
override string StringType
Type name
DateTimeLiteral()
Represents a dateTime literal.
DateTimeLiteral(DateTimeOffset Value, string StringValue)
Represents a dateTime literal.
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
DateTimeLiteral(DateTimeOffset Value)
Represents a dateTime literal.
override bool Equals(object obj)
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
override Grade Supports(Type ValueType)
How well the type supports a given value type.
const string TypeUri
http://www.w3.org/2001/XMLSchema#boolean
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.