Метод | Описание | |
---|---|---|
GetError ( IDataErrorInfo model ) : string |
Validates object for all properties.
|
|
GetError ( IDataErrorInfo model, string columnName ) : string |
Validates object for the given property.
|
public static GetError ( IDataErrorInfo model ) : string | ||
model | IDataErrorInfo | |
Результат | string |
public static GetError ( IDataErrorInfo model, string columnName ) : string | ||
model | IDataErrorInfo | |
columnName | string | |
Результат | string |