IPropertyMethodInfoValidate Method

Validates the given property value.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
bool Validate(
	PropertyEnvironment environment,
	IExecutionTrace trace,
	out bool validationResult,
	out string message
)

Parameters

environment  PropertyEnvironment
The environment parameters.
trace  IExecutionTrace
The execution tracer object for recording the operation starting end ending.
validationResult  Boolean
Output parameter for the validation result. True if the value was valid.
message  String
Output parameter for the error message if the value was not valid.

Return Value

Boolean
True if the method was really executed.

See Also