C# Класс Rolcore.ComponentModel.Composition.ConfigurationExportProvider

Наследование: System.ComponentModel.Composition.Hosting.ExportProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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