PostConfigureOptions<TOptions> 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>
where TOptions : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class
type PostConfigureOptions<'Options (requires 'Options : null)> = class
interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions)
Implements IPostConfigureOptions(Of TOptions)
Tür Parametreleri
- TOptions
Yapılandırılan seçenekler türü.
- Devralma
-
PostConfigureOptions<TOptions>
- Uygulamalar
Oluşturucular
PostConfigureOptions<TOptions>(String, Action<TOptions>) |
PostConfigureOptions<TOptions> öğesinin yeni bir örneğini oluşturur. |
Özellikler
Action |
Başlatma eylemi. |
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 |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür. (Devralındığı yer: Object) |