Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The CompositeUpdater type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CompositeUpdater | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Compare the IValueUpdater with another object to
determine equality.
(Overrides | |
Allows an (Inherited from | ||
| GetHashCode |
Determine a hash value for the IValueUpdater
object according to the general object.GetHashCode
contract.
(Overrides | |
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.
| |
| ToString |
Return a human-readable description for this
CompositeUpdater.
(Overrides | |
| Update |
Update the state of the passed target object using the passed
value.
| |
| WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
|
Fields
| Name | Description | |
|---|---|---|
| m_extractor |
The IValueExtractor part.
| |
| m_updater |
The IValueUpdater part.
|
Properties
| Name | Description | |
|---|---|---|
| Extractor |
Retreive the IValueExtractor part.
| |
| Updater |
Retreive the IValueUpdater part.
|