Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The IXmlValue type exposes the following members.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Equals
Compare this XML value with another XML value for equality.
GetBinaryOverloaded.
GetBooleanOverloaded.
GetDateTimeOverloaded.
GetDecimalOverloaded.
GetDoubleOverloaded.
GetHashCode
Provide a hash value for this XML value.
GetIntOverloaded.
GetLongOverloaded.
GetStringOverloaded.
SetBinary
Set the Binary value.
SetBoolean
Set the boolean value.
SetDateTime
Set the value as a DateTime.
SetDecimal
Set the decimal value.
SetDouble
Set the double value.
SetInt
Set the int value.
SetLong
Set the long value.
SetString
Set the string value.
ToString
Format the XML value into a string in a display format.
WriteValue
Write the value as it will appear in XML.

See Also