Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
IValueExtractor is used to both extract values (for example, for
sorting or filtering) from an object, and to provide an identity for
that extraction.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public interface IValueExtractor |
Remarks
Important Note: all classes that implement IValueExtractor
interface must explicitly implement the GetHashCode()()() and
Equals(Object) methods in a way that is based solely on the
object's serializable state.