PostConfigureOptions<TOptions,TDep1,TDep2,TDep3> クラス

定義

generic <typename TOptions, typename TDep1, typename TDep2, typename TDep3>
 where TOptions : class where TDep1 : class where TDep2 : class where TDep3 : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions,TDep1,TDep2,TDep3> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class where TDep1 : class where TDep2 : class where TDep3 : class
type PostConfigureOptions<'Options, 'TDep1, 'TDep2, 'TDep3 (requires 'Options : null and 'TDep1 : null and 'TDep2 : null and 'TDep3 : null)> = class
    interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions, TDep1, TDep2, TDep3)
Implements IPostConfigureOptions(Of TOptions)

型パラメーター

TOptions

構成されているオプションの種類。

TDep1

最初の依存関係の種類。

TDep2

2 番目の依存関係の種類。

TDep3

3 番目の依存関係の種類。

継承
PostConfigureOptions<TOptions,TDep1,TDep2,TDep3>
実装

コンストラクター

名前 説明
PostConfigureOptions<TOptions,TDep1,TDep2,TDep3>(String, TDep1, TDep2, TDep3, Action<TOptions,TDep1,TDep2,TDep3>)

PostConfigureOptions<TOptions,TDep1,TDep2,TDep3>の新しいインスタンスを初期化します。

プロパティ

名前 説明
Action

構成アクションを取得します。

Dependency1

最初の依存関係を取得します。

Dependency2

2 番目の依存関係を取得します。

Dependency3

3 番目の依存関係を取得します。

Name

オプション名を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
PostConfigure(String, TOptions)

nameが一致する場合は、登録済みの初期化Actionを呼び出します。

PostConfigure(TOptions)

DefaultNameを使用してTOptions インスタンスを構成します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象