Share via


ValidateNodeCommand 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 ValidateNodeCommand type exposes the following members.

Constructors

  Name Description
Public method ValidateNodeCommand Overloaded.

Methods

  Name Description
Public method Dispose Overloaded.
Public method Equals (Inherited from Object.)
Public method Execute
Executes the command.
(Inherited from ConfigurationNodeCommand.)
Protected method ExecuteCore
Executes the validation for the current node and all the child nodes.
(Overrides ConfigurationNodeCommand.ExecuteCore(ConfigurationNode).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnExecuted
Raises the Executed event.
(Inherited from ConfigurationNodeCommand.)
Protected method OnExecuting
Raises the Executing event.
(Inherited from ConfigurationNodeCommand.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Protected property ConfigurationUIHierarchyService (Inherited from ConfigurationNodeCommand.)
Protected property CurrentHierarchy
Gets the currently selected IConfigurationUIHierarchy.
(Inherited from ConfigurationNodeCommand.)
Protected property ErrorLogService
Gets the IErrorLogService.
(Inherited from ConfigurationNodeCommand.)
Protected property Events
Gets the list of event handlers that are attached to this command.
(Inherited from ConfigurationNodeCommand.)
Public property ReportErrorsOnFailure
Determines if a message should be shown when validation fails.
Protected property ServiceProvider
Gets the service provider for the command.
(Inherited from ConfigurationNodeCommand.)
Protected property UIService
Gets the IUIService.
(Inherited from ConfigurationNodeCommand.)
Public property ValidationSucceeded
Determines if the validation succeeded.

Events

  Name Description
Public event Executed
Occurs after the commmand has completed execution.
(Inherited from ConfigurationNodeCommand.)
Public event Executing
Occurs as the command is about to be executed.
(Inherited from ConfigurationNodeCommand.)

See Also

ValidateNodeCommand 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.