PersistentObjectFieldFilterCollection Methods |
The PersistentObjectFieldFilterCollection type exposes the following members.
Name | Description | |
---|---|---|
And(PersistentObjectFieldFilter) |
Adds a persistent object field filter to an existing collection.
| |
And(String, PersistentObjectFieldFilterOperator, Object) |
Adds a persistent object field filter to an existing collection.
| |
Empty |
Builds an empty collection of persistent object field filters.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Or(PersistentObjectFieldFilter) |
Adds a persistent object field filter to an existing collection.
| |
Or(String, PersistentObjectFieldFilterOperator, Object) |
Adds a persistent object field filter to an existing collection.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
With(PersistentObjectFieldFilter) |
Adds a persistent object field filter to an empty collection.
| |
With(String, PersistentObjectFieldFilterOperator, Object) |
Adds a persistent object field filter to an empty collection.
|