Share via


PostConfigureOptions<TOptions,TDep> Sınıf

Tanım

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

PostConfigure(TOptions)

kullanarak bir TOptions örneği yapılandırmak için çağrılır DefaultName.

ToString()

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

(Devralındığı yer: Object)

Şunlara uygulanır