DefaultSectionDeleteCommandModel Members
Include Protected Members
Include Inherited Members
The DefaultSectionDeleteCommandModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultSectionDeleteCommandModel |
Initializes a new instance of DefaultSectionDeleteCommandModel
|
Methods
Name | Description | |
---|---|---|
![]() |
CanExecute |
Defines the method that determines whether the command can execute in its current state.
(Inherited from CommandModel.) |
![]() |
DefaultDeleteCommandModelInitialize |
Initializes the command with expected items, items this depends on are usually provided by the dependency injection contianer.
(Inherited from DefaultDeleteCommandModel.) |
![]() |
Dispose | Overloaded. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute |
Defines the method to be called when the command is invoked.
(Inherited from CommandModel.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InnerCanExecute |
Defines the method that determines whether the command can execute in its current state.
(Inherited from DefaultDeleteCommandModel.) |
![]() |
InnerExecute |
Deletes the section after prompting the user for confirmation.
(Overrides DefaultDeleteCommandModel.InnerExecute(Object).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCanExecuteChanged |
Invokes the CanExecuteChanged event.
(Inherited from CommandModel.) |
![]() |
OnPropertyChanged |
Invokes the PropertyChanged event for this class
(Inherited from CommandModel.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
ApplicationModel |
The application model injected.
(Inherited from DefaultDeleteCommandModel.) |
![]() |
Browsable | |
![]() |
ChildCommands |
Child CommandModel commands to this command.
(Inherited from CommandModel.) |
![]() |
HelpText |
The command's related help text.
(Inherited from CommandModel.) |
![]() |
KeyGesture |
Defines the key gesture used for this command.
(Inherited from DefaultDeleteCommandModel.) |
![]() |
Placement |
The logical placement of the command.
(Inherited from DefaultDeleteCommandModel.) |
![]() |
Title |
Provides the title of the CommandModel command. Typically this will appear as the title to a menu in the configuration tool.
(Inherited from DefaultDeleteCommandModel.) |
![]() |
UIService |
Service for displaying messages and dialogs to the user.
(Inherited from CommandModel.) |
Events
Name | Description | |
---|---|---|
![]() |
CanExecuteChanged |
Occurs when changes occur that affect whether or not the command should execute.
(Inherited from CommandModel.) |
![]() |
PropertyChanged |
Occurs when a property value changes.
(Inherited from CommandModel.) |
See Also
DefaultSectionDeleteCommandModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace