CommandModel Class
Represents a bindable command that can be executed from within the designer.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public MustInherit Class CommandModel _
Implements ICommand, INotifyPropertyChanged, IDisposable
public abstract class CommandModel : ICommand,
INotifyPropertyChanged, IDisposable
public ref class CommandModel abstract : ICommand,
INotifyPropertyChanged, IDisposable
public abstract class CommandModel implements ICommand, INotifyPropertyChanged, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.Commands.HiddenCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.ConfigurationSourceElementDeleteCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.Cryptography.ExportKeyCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.ExportAdmTemplateCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.OpenEnvironmentConfigurationDeltaCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.SaveEnvironmentConfigurationDeltaCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.SaveMergedEnvironmentConfigurationCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.SelectValidatedTypeReferenceMembersCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.AddApplicationBlockCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.MoveDownCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.MoveUpCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.WizardCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.DefaultCollectionElementAddCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.DefaultDeleteCommandModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.DefaultElementCollectionAddCommand
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ToggleExpandedCommand
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace