Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
The AddApplicationBlockCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AddApplicationBlockCommand |
Initializes a new instance of the AddApplicationBlockCommand class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddApplicationBlockCommandInitialize |
Initialization method for additional dependencies not specified by the constructor.
|
![]() |
AfterSectionAdded |
Provides the opportunity to modify the section immediately after it's been added to the ConfigurationSourceModel.
|
![]() |
CanExecute |
Defines the method that determines whether the command can execute in its current state.
(Inherited from CommandModel.) |
![]() |
CreateConfigurationSection |
When overridden in a derived class, returns the intial configuration schema that should be added to the ConfigurationSourceModel.
|
![]() |
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 |
Protected method for determinging if command can execute.
(Overrides CommandModel.InnerCanExecute(Object).) |
![]() |
InnerExecute |
Creates and adds a new section to the ConfigurationSourceModel.
(Overrides CommandModel.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 | |
---|---|---|
![]() |
AddedSection |
The section added during InnerExecute(Object)
|
![]() |
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 CommandModel.) |
![]() |
Placement |
The logical placement of the command.
(Inherited from CommandModel.) |
![]() |
SectionName |
Gets the name of the section that should be added to the ConfigurationSourceModel.
|
![]() |
Title |
Provides the title of the CommandModel command. Typically this will appear as the title to a menu in the configuration tool.
(Inherited from CommandModel.) |
![]() |
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
AddApplicationBlockCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace