Méthode | Description | |
---|---|---|
GetErrors ( string propertyName ) : IEnumerable | ||
RaiseErrorsChanged ( string propertyName ) : void | ||
Validate ( object sender, |
||
ValidationTemplate ( INotifyPropertyChanged target ) : System | ||
this ( string propertyName ) : string |
Méthode | Description | |
---|---|---|
GetValidator ( |
public GetErrors ( string propertyName ) : IEnumerable | ||
propertyName | string | |
Résultat | IEnumerable |
public RaiseErrorsChanged ( string propertyName ) : void | ||
propertyName | string | |
Résultat | void |
public Validate ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public ValidationTemplate ( INotifyPropertyChanged target ) : System | ||
target | INotifyPropertyChanged | |
Résultat | System |
public this ( string propertyName ) : string | ||
propertyName | string | |
Résultat | string |