ValidationModel Members
Include Protected Members
Include Inherited Members
The ValidationModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationModel |
Initializes a new instance of ValidationModel.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Navigate |
Orientates the designer to the configuration element associated with the given ValidationResult.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
NavigateCommand |
Provides an ICommand implementation that allows to execute the Navigate(ValidationResult) method from within XAML.
|
|
ValidationResults |
Gets the set of validation results collected from all elements.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace