C# Class DotNetNuke.Extensions.DomainModel.Validation.RuleViolation

Inheritance: IRuleViolation
显示文件 Open project: JonHaywood/DotNetNuke.Extensions

Public Methods

Method Description
RuleViolation ( Type classContext, string propertyName, object propertyValue, string errorMessage ) : System

Initializes a new instance of the class.

RuleViolation ( Type classContext, string propertyName, string errorMessage ) : System

Initializes a new instance of the class.

Method Details

RuleViolation() public method

Initializes a new instance of the class.
public RuleViolation ( Type classContext, string propertyName, object propertyValue, string errorMessage ) : System
classContext System.Type
propertyName string
propertyValue object
errorMessage string
return System

RuleViolation() public method

Initializes a new instance of the class.
public RuleViolation ( Type classContext, string propertyName, string errorMessage ) : System
classContext System.Type
propertyName string
errorMessage string
return System