C# Class xVal.Rules.RangeRule

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

Private Properties

Property Type Description
AddDateTimePartsToDictionary void
MakeTypeDescription string
RangeRule System

Public Methods

Method Description
ListParameters ( ) : string>.IDictionary
RangeRule ( System.DateTime min, System.DateTime max ) : System
RangeRule ( decimal min, decimal max ) : System
RangeRule ( int min, int max ) : System
RangeRule ( string min, string max ) : System

Private Methods

Method Description
AddDateTimePartsToDictionary ( string>.IDictionary collection, System.DateTime value, string prefix ) : void
MakeTypeDescription ( Type type ) : string
RangeRule ( object min, object max ) : System

Method Details

ListParameters() public method

public ListParameters ( ) : string>.IDictionary
return string>.IDictionary

RangeRule() public method

public RangeRule ( System.DateTime min, System.DateTime max ) : System
min System.DateTime
max System.DateTime
return System

RangeRule() public method

public RangeRule ( decimal min, decimal max ) : System
min decimal
max decimal
return System

RangeRule() public method

public RangeRule ( int min, int max ) : System
min int
max int
return System

RangeRule() public method

public RangeRule ( string min, string max ) : System
min string
max string
return System