Share via


PostConfigureOptions<TOptions> Sınıf

Tanım

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ı Actionname çağırır.

ToString()

Geçerli nesneyi temsil eden dizeyi döndürür.

(Devralındığı yer: Object)

Şunlara uygulanır