HorizontalBehaviorValidateProperties Method |
Validates that required properties and parameters are configured correctly in order to get an
evaluator for this instance. Derived classes should call this method when implementing
GetEvaluator(EvaluatorGroup, IServiceProvider), as well as validate their own properties.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual void ValidateProperties(
EvaluatorGroup group,
IServiceProvider serviceProvider
)
Protected Overridable Sub ValidateProperties (
group As EvaluatorGroup,
serviceProvider As IServiceProvider
)
protected:
virtual void ValidateProperties(
EvaluatorGroup^ group,
IServiceProvider^ serviceProvider
)
abstract ValidateProperties :
group : EvaluatorGroup *
serviceProvider : IServiceProvider -> unit
override ValidateProperties :
group : EvaluatorGroup *
serviceProvider : IServiceProvider -> unit
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator and its dependents. - serviceProvider
- Type: SystemIServiceProvider
A service provider which must provide the ILocationPointService service.
Exceptions See Also