C# Class Gu.Wpf.ValidationScope.ErrorNode

Inheritance: Node, IDisposable
显示文件 Open project: JohanLarsson/Gu.Wpf.ValidationScope Class Usage Examples

Private Properties

Property Type Description
OnErrorsChanged void

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ErrorNode ( ) : System

Initializes a new instance of the ErrorNode class.

OnPropertyChanged ( PropertyChangedEventArgs args ) : void

Private Methods

Method Description
OnErrorsChanged ( object sender, ErrorsChangedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ErrorNode() protected method

Initializes a new instance of the ErrorNode class.
protected ErrorNode ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( PropertyChangedEventArgs args ) : void
args PropertyChangedEventArgs
return void