C# Класс DotNetNuke.Extensions.DomainModel.Validation.RuleViolation

Наследование: IRuleViolation
Показать файл Открыть проект

Открытые методы

Метод Описание
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