CompositeUpdater Constructor (String) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a CompositeUpdater for a specified method name
sequence.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic CompositeUpdater(
string name
)
Parameters
- name
- Type: SystemString
A dot-delimited sequence of N method names which results in a
CompositeUpdater that is based on an chain of (N-1)
ReflectionExtractor objects and a single
ReflectionUpdater.
Remarks
For example: "Address.Zip" property will indicate that
the "Address" property should be used to extract an Address
object, which will then be used by the "Zip" call.
See Also