Method | Description | |
---|---|---|
GetErrors ( string propertyName ) : IEnumerable | ||
RaiseErrorsChanged ( string propertyName ) : void | ||
Validate ( object sender, |
||
ValidationTemplate ( INotifyPropertyChanged target ) : System | ||
this ( string propertyName ) : string |
Method | Description | |
---|---|---|
GetValidator ( |
public GetErrors ( string propertyName ) : IEnumerable | ||
propertyName | string | |
return | IEnumerable |
public RaiseErrorsChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public Validate ( object sender, |
||
sender | object | |
e | ||
return | void |
public ValidationTemplate ( INotifyPropertyChanged target ) : System | ||
target | INotifyPropertyChanged | |
return | System |