IPropertyMethodInfoValidate Method
Validates the given property value.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
bool Validate(
PropertyEnvironment environment,
IExecutionTrace trace,
out bool validationResult,
out string message
)
- 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.
BooleanTrue if the method was really executed.