Share via


Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace

Classes

  Class Description
Ff665802.pubclass(en-us,PandP.50).gif AddApplicationBlockCommand
Command Model implementation that will add a new block to the designer.
This Command Model can be added by annotating an assembly with an AddApplicationBlockCommandAttribute attribute.
Ff665802.pubclass(en-us,PandP.50).gif AddSatelliteProviderCommand
Command Model implementation that will add a provider to the designer and ensures that its block dependency is available.
This Command Model can be used by annotating a providers configuration element with the AddSateliteProviderCommandAttribute attribute.
Ff665802.pubclass(en-us,PandP.50).gif DefaultSectionDeleteCommandModel
Deletes a section after prompting the user to confirm deletion.
Ff665802.pubclass(en-us,PandP.50).gif MoveDownCommand
The MoveDownCommand moves an element downward in its containing collection.
Ff665802.pubclass(en-us,PandP.50).gif MoveUpCommand
The MoveUpCommand moves an element upward in its containing collection.
Ff665802.pubclass(en-us,PandP.50).gif WizardCommand
Initiates a WizardModel, usually from a user action.