다음을 통해 공유


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)

공급자가 받는 구성 정보

적용 대상