C# 클래스 DotNetNuke.Extensions.DomainModel.Validation.RuleViolation

상속: IRuleViolation
파일 보기 프로젝트 열기: JonHaywood/DotNetNuke.Extensions

공개 메소드들

메소드 설명
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.

메소드 상세

RuleViolation() 공개 메소드

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
리턴 System

RuleViolation() 공개 메소드

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