C# Class Maverick.Validation.ValidationError

Show file Open project: anurse/MaVeriCk Class Usage Examples

Public Methods

Method Description
ValidationError ( string propertyName, string errorMessage ) : System
ValidationError ( string propertyName, string errorMessage, object targetObject ) : System

Method Details

ValidationError() public method

public ValidationError ( string propertyName, string errorMessage ) : System
propertyName string
errorMessage string
return System

ValidationError() public method

public ValidationError ( string propertyName, string errorMessage, object targetObject ) : System
propertyName string
errorMessage string
targetObject object
return System