IProcessResultValidator Interface

Definition

Assembly CliInvoke.Core.dll

Represents a validator interface for process results. It defines methods to obtain validation rules and validate a given process result.

public interface IProcessResultValidator<TProcessResult>
    where TProcessResult : ProcessResult

Type parameters

TProcessResult
The type of the process result being validated, which must inherit from the 'ProcessResult' class.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Properties (1)

Methods (2)