Click or drag to resize

AccessEntityFilterTEntityApplyChanges Method

Applies the changes to this filter. This method must be called after setting the Query, TransactionParameter, or EntityParameter properties in order for the changes to take effect. It is also necessary to call this method after changing any of the objects referenced directly or indirectly by these properties. Changes will take effect the next time after calling this method that entities are redistributed within the filter chain with a call to RedistributeEntities.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ApplyChanges(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to obtain evaluators.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
PropertyInvalidException Thrown when Query, TransactionParameter, or EntityParameter is .
See Also