Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace
Classes
Class | Description | |
---|---|---|
AnnotationService |
Service class that allows metadata to be added to classes by means of a body class.
|
|
AssemblyAttributeSectionLocator |
This class supports the configuration design-time and is not intended to be used directly from your code.
|
|
AssemblyLocator |
Service class used to get the assemblies that are used as part of the configuration designtime.
|
|
BinPathProbingAssemblyLocator |
This class supports the configuration design-time and is not intended to be used directly from your code.
|
|
ConfigurationSectionLocator |
Service class used to get the names of configuration sections available in the designer.
|
|
ConfigurationSourceDependency |
Service class used to receive an event if the designers content is cleared, e.g. if the user opens a new configuration file.
|
|
DiscoverDerivedConfigurationTypesService |
Service class used to find configuration classes that are used to configure Enterprise Library providers.
|
|
ElementLookup |
Service class used to access ElementViewModel instances loaded in the designer.
|
|
MenuCommandService |
Service class used to get top-level menu CommandModel instances.
|
|
SelectedElementChangedEventHandlerEventArgs |
Provides data for the SelectedElementChanged event.
|
Interfaces
Interface | Description | |
---|---|---|
IApplicationModel |
Service interface used to interact with the Enterprise Library Configuration Designtime.
|
|
IElementChangeScope |
An implementation of INotifyCollectionChanged and IEnumerable<T> that can be used to iterate over and receive CollectionChanged events for ElementViewModel instances.
|