C# Класс PaulStovell.TrialBalance.UserInterface.Validation.ErrorProvider

A Windows Presentaion Foundation error provider.
Наследование: System.Windows.Controls.Decorator, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ErrorProvider ( ) : System

Constructor.

Validate ( ) : bool

Validates the current DataContext and updates any displayed errors.

Защищенные методы

Метод Описание
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the PropertyChanged event.

Приватные методы

Метод Описание
BindToDataContext ( object oldDataContext, object newDataContext ) : void

Subscribes to the DataContext's PropertyChanged event and uses it to keep in sync with the error list.

DataContext_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Called when a property on the current DataContext changes.

ErrorProvider_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when this ErrorProvider's DataContext changes.

Описание методов

ErrorProvider() публичный Метод

Constructor.
public ErrorProvider ( ) : System
Результат System

OnPropertyChanged() защищенный Метод

Raises the PropertyChanged event.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs Event arguments.
Результат void

Validate() публичный Метод

Validates the current DataContext and updates any displayed errors.
public Validate ( ) : bool
Результат bool