IValidateOptions<TOptions> インターフェイス

定義

オプションを検証します。

generic <typename TOptions>
 where TOptions : classpublic interface class IValidateOptions
public interface IValidateOptions<TOptions> where TOptions : class
type IValidateOptions<'Options (requires 'Options : null)> = interface
Public Interface IValidateOptions(Of TOptions)

型パラメーター

TOptions

検証するオプションの種類。

派生

メソッド

名前 説明
Validate(String, TOptions)

指定した名前付きオプション インスタンスを検証します (または、 namenullされている場合はすべて) を検証します。

適用対象