Click or drag to resize

DelegateEntityFilterTEntityIsMatchMethod Property

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.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IsMatchCallback<TEntity> IsMatchMethod { get; set; }

Property Value

Type: IsMatchCallbackTEntity
See Also