ConfigurationNodeCommand Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The ConfigurationNodeCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationNodeCommand | Overloaded. |
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Execute |
Executes the command.
|
|
ExecuteCore |
When overridden by a class, executes the core logic of the command.
|
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnExecuted |
Raises the Executed event.
|
|
OnExecuting |
Raises the Executing event.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConfigurationUIHierarchyService |
Gets the IConfigurationUIHierarchyService.
|
|
CurrentHierarchy |
Gets the currently selected IConfigurationUIHierarchy.
|
|
ErrorLogService |
Gets the IErrorLogService.
|
|
Events |
Gets the list of event handlers that are attached to this command.
|
|
ServiceProvider |
Gets the service provider for the command.
|
|
UIService |
Gets the IUIService.
|
Events
Name | Description | |
---|---|---|
Executed |
Occurs after the commmand has completed execution.
|
|
Executing |
Occurs as the command is about to be executed.
|
See Also
ConfigurationNodeCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |