프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_errors | List |
메소드 | 설명 | |
---|---|---|
AddError ( string propertyName, string error, bool isWarning ) : void |
Adds the specified error to the errors collection if it is not already present.
|
|
NotifyPropertyChanged ( string propertyName ) : void | ||
RemoveError ( string propertyName, string error ) : void |
Removes the specified error from the errors collection if it is present.
|
public AddError ( string propertyName, string error, bool isWarning ) : void | ||
propertyName | string | Property name |
error | string | Error message |
isWarning | bool | Inserts error in the first position if false. |
리턴 | void |
public NotifyPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
리턴 | void |
public RemoveError ( string propertyName, string error ) : void | ||
propertyName | string | Property name |
error | string | Error message |
리턴 | void |