PostConfigureOptions<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
generic <typename TOptions, typename TDep1, typename TDep2, typename TDep3, typename TDep4, typename TDep5>
where TOptions : class where TDep1 : class where TDep2 : class where TDep3 : class where TDep4 : class where TDep5 : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class where TDep1 : class where TDep2 : class where TDep3 : class where TDep4 : class where TDep5 : class
type PostConfigureOptions<'Options, 'TDep1, 'TDep2, 'TDep3, 'TDep4, 'TDep5 (requires 'Options : null and 'TDep1 : null and 'TDep2 : null and 'TDep3 : null and 'TDep4 : null and 'TDep5 : null)> = class
interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions, TDep1, TDep2, TDep3, TDep4, TDep5)
Implements IPostConfigureOptions(Of TOptions)
型パラメーター
- TOptions
構成されているオプションの種類。
- TDep1
最初の依存関係の種類。
- TDep2
2 番目の依存関係の種類。
- TDep3
3 番目の依存関係の種類。
- TDep4
4 番目の依存関係の種類。
- TDep5
5 番目の依存関係の種類。
- 継承
-
PostConfigureOptions<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5>
- 実装
コンストラクター
PostConfigureOptions<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5>(String, TDep1, TDep2, TDep3, TDep4, TDep5, Action<TOptions,TDep1,TDep2, TDep3,TDep4,TDep5>) |
コンストラクターです。 |
プロパティ
Action |
構成アクション。 |
Dependency1 |
最初の依存関係。 |
Dependency2 |
2 番目の依存関係。 |
Dependency3 |
3 番目の依存関係。 |
Dependency4 |
4 番目の依存関係。 |
Dependency5 |
5 番目の依存関係。 |
Name |
オプション名。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
PostConfigure(String, TOptions) |
|
PostConfigure(TOptions) |
DefaultName を使用して |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET