The following tables list the members exposed by EntityFilter.
Public Properties
| Name | Description |
 | EntityType |
Gets or sets the entity type to which the filter applies.
|
 | GroupOperator |
Gets or sets the operator that combines the filter groups.
|
 | Groups |
Gets the collection of groups that belong to the filter.
|
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Indicates whether this instance of the EntityFilter class and the other object, which must also be an instance of EntityFilter class, are equal. |
 | Match |
Checks whether the filter, including its filter groups, marches the specified entity.
|
Top
See Also