Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The SimpleValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleValue | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| 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 | |
Allows an (Inherited from | ||
| GetBinary | Overloaded. | |
| GetBoolean | Overloaded. | |
| GetDateTime | Overloaded. | |
| GetDecimal | Overloaded. | |
| GetDouble | Overloaded. | |
| GetHashCode |
Provide a hash value for this XML value.
(Overrides | |
| GetInt | Overloaded. | |
| GetLong | Overloaded. | |
| GetString | Overloaded. | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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 | |
| 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.
|
Properties
| Name | Description | |
|---|---|---|
| InternalValue |
Get or set the internal value of this IXmlValue.
| |
| IsAttribute |
Determine if this value is an element attribute.
| |
| IsContent |
Determine if this value is an element's content.
| |
| IsEmpty |
Determine if the value is empty.
| |
| IsMutable |
Determine if this value can be modified.
| |
| Parent |
Get or set the parent element of this value.
| |
| Value |
Get the value as an object.
|