C# Class RavenFS.Studio.Models.EditableKeyValue

Inheritance: System.NotifyPropertyChangedBase, INotifyDataErrorInfo
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Private Properties

Свойство Type Description
Validate void

Méthodes publiques

Méthode Description
GetErrors ( string propertyName ) : IEnumerable

Méthodes protégées

Méthode Description
OnErrorsChanged ( System.ComponentModel.DataErrorsChangedEventArgs e ) : void

Private Methods

Méthode Description
Validate ( ) : void

Method Details

GetErrors() public méthode

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

OnErrorsChanged() protected méthode

protected OnErrorsChanged ( System.ComponentModel.DataErrorsChangedEventArgs e ) : void
e System.ComponentModel.DataErrorsChangedEventArgs
Résultat void