C# Class Yuhan.Common.Helpers.RuleViolation

Mostrar archivo Open project: hansuky/Yuhan Class Usage Examples

Public Properties

Property Type Description
propertyName string

Public Methods

Method Description
RuleViolation ( string errorMessage ) : System
RuleViolation ( string errorMessage, string propertyName ) : System

Method Details

RuleViolation() public method

public RuleViolation ( string errorMessage ) : System
errorMessage string
return System

RuleViolation() public method

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

Property Details

propertyName public_oe property

public string propertyName
return string