XPathAtomicValue PropertiesXPathAtomicValue PropertiesXPathAtomicValue Properties

The XPathAtomicValueXPathAtomicValueXPathAtomicValue type exposes the following members.

Properties

 PropertyDescription
Public propertyIsNodeIsNodeIsNode Gets a value indicating whether the item represents a node or an atomic value. (Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode)
Public propertyXPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue When overridden in a derived class, gets the current item as a boxed object of the most appropriate .NET Framework version 2.0 type according to its schema type. (Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)
Public propertyValueValueValue Gets the string value of the item. (Overrides XPathItem.ValueXPathItem.ValueXPathItem::Value)
Public propertyValueAsBooleanValueAsBooleanValueAsBoolean Gets the item's value as a boolBooleanbool. (Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean)
Public propertyValueAsByteValueAsByteValueAsByte Gets the item's value as a byteBytebyte.
Public propertyValueAsBytesValueAsBytesValueAsBytes Gets the item's value as a byteBytebyte array.
Public propertyValueAsDateTimeValueAsDateTimeValueAsDateTime When overridden in a derived class, gets the item's value as a DateTimeDateDateTime. (Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime)
Public propertyValueAsDateTimeWithZoneValueAsDateTimeWithZoneValueAsDateTimeWithZone Gets the item's value as a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
Public propertyValueAsDateWithZoneValueAsDateWithZoneValueAsDateWithZone Gets the item's value as a DateWithZoneDateWithZoneDateWithZone.
Public propertyValueAsDayTimeDurationValueAsDayTimeDurationValueAsDayTimeDuration Gets the item's value as a DayTimeDurationDayTimeDurationDayTimeDuration.
Public propertyValueAsDecimalValueAsDecimalValueAsDecimal Gets the item's value as a decimalDecimaldecimal.
Public propertyValueAsDoubleValueAsDoubleValueAsDouble Gets the item's value as a decimalDecimaldecimal. (Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble)
Public propertyValueAsDurationValueAsDurationValueAsDuration Gets the item's value as a DurationDurationDuration. Gets the item's value as a decimalDecimaldecimal.
Public propertyValueAsGDayValueAsGDayValueAsGDay Gets the item's value as a GDayGDayGDay. Gets the item's value as a decimalDecimaldecimal.
Public propertyValueAsGMonthValueAsGMonthValueAsGMonth Gets the item's value as a GMonthGMonthGMonth.
Public propertyValueAsGMonthDayValueAsGMonthDayValueAsGMonthDay Gets the item's value as a GMonthDayGMonthDayGMonthDay.
Public propertyValueAsGYearValueAsGYearValueAsGYear Gets the item's value as a GYearGYearGYear.
Public propertyValueAsGYearMonthValueAsGYearMonthValueAsGYearMonth Gets the item's value as a GYearMonthGYearMonthGYearMonth.
Public propertyValueAsIntValueAsIntValueAsInt Gets the item's value as an intIntegerint. (Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt)
Public propertyValueAsInt16ValueAsInt16ValueAsInt16 Gets the item's value as an shortShortshort.
Public propertyValueAsLongValueAsLongValueAsLong Gets the item's value as an longLonglong. (Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong)
Public propertyValueAsQNameValueAsQNameValueAsQName Gets the item's value as a QNameQNameQName.
Public propertyValueAsSingleValueAsSingleValueAsSingle Gets the item's value as a floatSinglefloat.
Public propertyValueAsStringValueAsStringValueAsString Gets the item's value as a stringStringString.
Public propertyValueAsTimeWithZoneValueAsTimeWithZoneValueAsTimeWithZone Gets the item's value as a TimeWithZoneTimeWithZoneTimeWithZone.
Public propertyValueAsYearMonthDurationValueAsYearMonthDurationValueAsYearMonthDuration Gets the item's value as a YearMonthDurationYearMonthDurationYearMonthDuration.
Public propertyXPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType When overridden in a derived class, gets the .NET Framework version 2.0 type of the item. (Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)
Public propertyXPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType When overridden in a derived class, gets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType for the item. (Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)

Top