共用方式為


IProviderConfiguration 介面

定義

提供者收到的組態資訊

public interface IProviderConfiguration
type IProviderConfiguration = interface
Public Interface IProviderConfiguration
衍生

屬性

Children

如果是相依性的階層式樹狀結構,則為巢狀提供者

Name

此提供者的名稱。

Properties

這個提供者實例的組態屬性,做為名稱/值組。

Type

這個提供者的完整類型名稱。

方法

AddChildConfiguration(IProviderConfiguration)

提供者收到的組態資訊

RemoveProperty(String)

移除這個提供者組態中的屬性。

SetProperty(String, String)

在此提供者組態中設定屬性。 如果具有這個索引鍵的屬性已經存在,則會以新的值覆寫它,否則只會新增它。

擴充方法

GetBoolProperty(IProviderConfiguration, String, Boolean)

提供者收到的組態資訊

GetEnumProperty<T>(IProviderConfiguration, String, T)

提供者收到的組態資訊

GetGuidProperty(IProviderConfiguration, String, Guid)

提供者收到的組態資訊

GetIntProperty(IProviderConfiguration, String, Int32)

提供者收到的組態資訊

GetProperty(IProviderConfiguration, String, String)

提供者收到的組態資訊

GetTimeSpanProperty(IProviderConfiguration, String, TimeSpan)

提供者收到的組態資訊

GetTypeProperty(IProviderConfiguration, String, Type)

提供者收到的組態資訊

TryGetDoubleProperty(IProviderConfiguration, String, Double)

提供者收到的組態資訊

TryGetTimeSpanProperty(IProviderConfiguration, String, TimeSpan)

提供者收到的組態資訊

適用於