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: 23.2.417.0 (23.2.417.0)
Syntaxpublic void ApplyChanges(
EvaluatorGroup group
)
Public Sub ApplyChanges (
group As EvaluatorGroup
)
public:
void ApplyChanges(
EvaluatorGroup^ group
)
member ApplyChanges :
group : EvaluatorGroup -> unit
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to obtain evaluators.
Exceptions
See Also