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

The SimpleValue type exposes the following members.

Methods

  NameDescription
Clone
Creates and returns a copy of this SimpleValue.
Convert
Convert the passed object to the specified type.
EnsureType
Change the type of the internal representation of the IXmlValue.
Equals
Compare this XML value with another XML value for equality.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBinaryOverloaded.
GetBooleanOverloaded.
GetDateTimeOverloaded.
GetDecimalOverloaded.
GetDoubleOverloaded.
GetHashCode
Provide a hash value for this XML value.
(Overrides Object..::.GetHashCode()()().)
GetIntOverloaded.
GetLongOverloaded.
GetStringOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
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.
(Overrides Object..::.ToString()()().)
WriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
WriteValue
Write the value as it will appear in XML.

See Also