C# Class xVal.Rules.StringLengthRule

Inheritance: Rule
ファイルを表示 Open project: fellowshiptech/ft-iserve Class Usage Examples

Public Methods

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

Method Details

ListParameters() public method

public ListParameters ( ) : string>.System.Collections.Generic.IDictionary
return string>.System.Collections.Generic.IDictionary

StringLengthRule() public method

public StringLengthRule ( int minLength, int maxLength ) : System
minLength int
maxLength int
return System