IApplicationModel Interface
Service interface used to interact with the Enterprise Library Configuration Designtime.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Interface IApplicationModel
public interface IApplicationModel
public interface class IApplicationModel
public interface IApplicationModel
Remarks
In order to get an instance of this interface, declare it as a constructor argument on the consuming component or use the IUnityContainer to obtain an instance from code.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace