[]
Should be overriden. Validates values of parameters and refreshes their state.
[Obfuscation(Exclude = true)]
protected abstract void InternalValidateParameters(List<ParameterValidationError> errors, IExecutionContext context)
Type | Name | Description |
---|---|---|
List<ParameterValidationError> | errors | A list of ParameterValidationError objects describing the errors which occur during checking of parameter values. |
IExecutionContext | context | A IExecutionContext object defining the context to set. |