PostConfigureOptions<TOptions,TDep> Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
uygulamasının uygulanması IPostConfigureOptions<TOptions>.
generic <typename TOptions, typename TDep>
where TOptions : class where TDep : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions,TDep> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class where TDep : class
type PostConfigureOptions<'Options, 'Dep (requires 'Options : null and 'Dep : null)> = class
interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions, TDep)
Implements IPostConfigureOptions(Of TOptions)
Tür Parametreleri
- TOptions
Yapılandırılan seçenekler türü.
- TDep
Bağımlılık türü.
- Devralma
-
PostConfigureOptions<TOptions,TDep>
- Uygulamalar
Oluşturucular
PostConfigureOptions<TOptions,TDep>(String, TDep, Action<TOptions,TDep>) |
Oluşturucu. |
Özellikler
Action |
Yapılandırma eylemi. |
Dependency |
Bağımlılık. |
Name |
Seçeneklerin adı. |
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler. (Devralındığı yer: Object) |
GetHashCode() |
Varsayılan karma işlevi işlevi görür. (Devralındığı yer: Object) |
GetType() |
Type Geçerli örneğini alır. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli Objectöğesinin sığ bir kopyasını oluşturur. (Devralındığı yer: Object) |
PostConfigure(String, TOptions) |
Eşleşirse kayıtlı başlatmayı Action |
PostConfigure(TOptions) |
kullanarak bir |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür. (Devralındığı yer: Object) |