C# Class Rolcore.ComponentModel.Composition.ConfigurationExportProvider

Inheritance: System.ComponentModel.Composition.Hosting.ExportProvider
Afficher le fichier Open project: Rollins/Rolcore Class Usage Examples

Méthodes publiques

Méthode Description
ConfigurationExportProvider ( IConfigurationSource configurationSource ) : System

Initializes a new instance of the ConfigurationExportProvider class.

Méthodes protégées

Méthode Description
GetExportsCore ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, AtomicComposition atomicComposition ) : IEnumerable

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

Method Details

ConfigurationExportProvider() public méthode

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.
Résultat System

GetExportsCore() protected méthode

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.
Résultat IEnumerable