CommonValidationRules Class

Definition

Common validation rules for processing Process results. These rules validate instances of TProcessResult, which must inherit from ProcessResult.

public static class CommonValidationRules<TProcessResult>
    where TProcessResult : ProcessResult

Type parameters

TProcessResult
The type of the process result being validated, constrained to derive from ProcessResult.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Properties (1)

Methods (8)