C# Class Simple.Validation.ValidationItem

Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
ValidationItem ( string propertyName, string message ) : System
ValidationItem ( string propertyName, string message, object attemptedValue ) : System

Method Details

ValidationItem() public méthode

public ValidationItem ( string propertyName, string message ) : System
propertyName string
message string
Résultat System

ValidationItem() public méthode

public ValidationItem ( string propertyName, string message, object attemptedValue ) : System
propertyName string
message string
attemptedValue object
Résultat System