C# Class xVal.Rules.StringLengthRule

Inheritance: Rule
Afficher le fichier Open project: fellowshiptech/ft-iserve Class Usage Examples

Méthodes publiques

Méthode Description
ListParameters ( ) : string>.System.Collections.Generic.IDictionary
StringLengthRule ( int minLength, int maxLength ) : System

Method Details

ListParameters() public méthode

public ListParameters ( ) : string>.System.Collections.Generic.IDictionary
Résultat string>.System.Collections.Generic.IDictionary

StringLengthRule() public méthode

public StringLengthRule ( int minLength, int maxLength ) : System
minLength int
maxLength int
Résultat System