C# 클래스 Rolcore.ComponentModel.Composition.ConfigurationExportProvider

상속: System.ComponentModel.Composition.Hosting.ExportProvider
파일 보기 프로젝트 열기: Rollins/Rolcore 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationExportProvider ( IConfigurationSource configurationSource ) : System

Initializes a new instance of the ConfigurationExportProvider class.

보호된 메소드들

메소드 설명
GetExportsCore ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, AtomicComposition atomicComposition ) : IEnumerable

Gets all the exports that match the constraint defined by the specified definition.

메소드 상세

ConfigurationExportProvider() 공개 메소드

Initializes a new instance of the ConfigurationExportProvider class.
public ConfigurationExportProvider ( IConfigurationSource configurationSource ) : System
configurationSource IConfigurationSource Specifies the source of configuration values, for /// example an App.Config or Web.Config file.
리턴 System

GetExportsCore() 보호된 메소드

Gets all the exports that match the constraint defined by the specified definition.
protected GetExportsCore ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, AtomicComposition atomicComposition ) : IEnumerable
definition System.ComponentModel.Composition.Primitives.ImportDefinition The object that defines the conditions of the /// System.ComponentModel.Composition.Primitives.Export objects to return.
atomicComposition AtomicComposition The transactional container for the composition.
리턴 IEnumerable