[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.InternalValidateParameters

InternalValidateParameters Method

InternalValidateParameters(List<ParameterValidationError>, IExecutionContext)

Should be overriden. Validates values of parameters and refreshes their state.

Declaration
[Obfuscation(Exclude = true)]
protected abstract void InternalValidateParameters(List<ParameterValidationError> errors, IExecutionContext context)
Parameters
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.