Represents a custom literal.
Represents a string literal.
Represents a Uri literal.
UriLiteral(Uri Value, string StringValue)
Represents a Uri literal.
UriLiteral(Uri Value)
Represents a Uri literal.
UriLiteral()
Represents a Uri literal.
override int GetHashCode()
const string TypeUri
http://www.w3.org/2001/XMLSchema#anyURI
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
override bool Equals(object obj)
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.
override string StringType
Type name
Abstract base class for semantic literal values.
string StringValue
String representation of value.
override string ToString()
Interface for semantic literals.