11 public abstract bool IsNode 25 public abstract string Value 100 return ValueAs(returnType,
null);
The base class for all simple types and complex types.
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
abstract object TypedValue
When overridden in a derived class, gets the current item as a boxed object of the most appropriate ....
Represents an item in the XQuery 1.0 and XPath 2.0 Data Model.
abstract XmlSchemaType XmlType
When overridden in a derived class, gets the T:System.Xml.Schema.XmlSchemaType for the item.
Represents type declarations: class types, interface types, array types, value types,...
abstract int ValueAsInt
When overridden in a derived class, gets the item's value as an T:System.Int32.
abstract bool ValueAsBoolean
When overridden in a derived class, gets the item's value as a T:System.Boolean.
abstract bool IsNode
When overridden in a derived class, gets a value indicating whether the item represents an XPath node...
abstract double ValueAsDouble
When overridden in a derived class, gets the item's value as a T:System.Double.
abstract DateTime ValueAsDateTime
When overridden in a derived class, gets the item's value as a T:System.DateTime.
abstract long ValueAsLong
When overridden in a derived class, gets the item's value as an T:System.Int64.
Provides read-only access to a set of prefix and namespace mappings.
abstract string Value
When overridden in a derived class, gets the string value of the item.
virtual object ValueAs(Type returnType)
Returns the item's value as the specified type.
Provides the base class for value types.