C# Class Crow.Library.Foundation.Validations.DataErrorProvider

Mostrar archivo Open project: msusur/Crowfx

Public Methods

Method Description
GetError ( IDataErrorInfo model ) : string

Validates object for all properties.

GetError ( IDataErrorInfo model, string columnName ) : string

Validates object for the given property.

Method Details

GetError() public static method

Validates object for all properties.
public static GetError ( IDataErrorInfo model ) : string
model IDataErrorInfo
return string

GetError() public static method

Validates object for the given property.
public static GetError ( IDataErrorInfo model, string columnName ) : string
model IDataErrorInfo
columnName string
return string