C# Class FormValidationExample.Infrastructure.ValidatableViewModelBase

Inheritance: IDataErrorInfo
Afficher le fichier Open project: pglazkov/MvvmValidation

Private Properties

Свойство Type Description
IValidatable Task
OnErrorsChanged void

Méthodes publiques

Méthode Description
GetErrors ( string propertyName ) : IEnumerable

Méthodes protégées

Méthode Description
ValidatableViewModelBase ( ) : System

Private Methods

Méthode Description
IValidatable ( ) : Task
OnErrorsChanged ( object sender, System.ComponentModel.DataErrorsChangedEventArgs e ) : void

Method Details

GetErrors() public méthode

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
Résultat IEnumerable

ValidatableViewModelBase() protected méthode

protected ValidatableViewModelBase ( ) : System
Résultat System