Click or drag to resize

EntityFilterChainTEntity Properties

The EntityFilterChainTEntity generic type exposes the following members.

Properties
  NameDescription
Public propertyFilters
Gets the list of filters being managed by this chain. After changing this collection, you must call ApplyChanges in order for the changes to take effect.
Public propertyHomelessEntities
Gets the set of entities that do not match any of the filters in the chain.
Public propertyInputEntities
Gets or sets the input entity set being filtered. After setting this property, you must call ApplyChanges in order for the change to take effect.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyMatchingStrategy
Gets or sets the MatchingStrategy used to place entities into the Filters collection. You must call ApplyChanges in order for the change to take effect.
Top
See Also