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

Inheritance: IRuleViolation
Afficher le fichier Open project: JonHaywood/DotNetNuke.Extensions

Méthodes publiques

Méthode 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 méthode

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
Résultat System

RuleViolation() public méthode

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