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

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.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

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.

See Also