Class IsNullFilter
IFilter which compares the result of a member
invocation with null
.
Inherited Members
Namespace: Tangosol.Util.Filter
Assembly: Coherence.dll
Syntax
public class IsNullFilter : EqualsFilter, IPortableObject, IIndexAwareFilter, IEntryFilter, IFilter
Constructors
IsNullFilter()
Default constructor.
Declaration
public IsNullFilter()
IsNullFilter(string)
Construct an IsNullFilter for testing equality to
null
.
Declaration
public IsNullFilter(string member)
Parameters
Type | Name | Description |
---|---|---|
string | member | The name of the member to invoke via reflection. |