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
第二个依赖项类型。
- TDep3
第三个依赖项类型。
- TDep4
第四个依赖项类型。
- TDep5
第五个依赖项类型。
- 继承
-
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 |
第二个依赖项。 |
Dependency3 |
第三个依赖项。 |
Dependency4 |
第四个依赖项。 |
Dependency5 |
第五个依赖项。 |
Name |
选项名称。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
PostConfigure(String, TOptions) |
如果 |
PostConfigure(TOptions) |
调用以使用 DefaultName 配置 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |