Click or drag to resize

CommunicationObjectScalar.ValidateProperties Method

Checks to see if any of the properties are null and, if so, throws an exception.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected virtual void ValidateProperties(
	EvaluatorGroup group,
	bool checkObject
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to create evaluators.
checkObject
Type: System.Boolean
Whether the PropagationGraph be checked to see if it contains or uses the CommunicationObject.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the group is null.
PropertyInvalidException Thrown when PropagationGraph, IntendedSignalStrategy, or CommunicationObject are null, or if PropagationGraph does not contain CommunicationObject.
See Also