Click or drag to resize

DelegateEntityFilterTEntity Properties

The DelegateEntityFilterTEntity generic type exposes the following members.

Properties
  NameDescription
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 propertyIsMatchMethod
Gets or sets the delegate which will be called to evaluate IsMatch(Transaction, TEntity). ApplyChanges must be called after setting this property in order for the change to take effect.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Inherited from EntityFilterTEntity.)
Public propertyMatchingEntities
Gets the set of entities that match this filter.
(Inherited from EntityFilterTEntity.)
Top
See Also