Property | Type | Description | |
---|---|---|---|
AddDateTimePartsToDictionary | void | ||
MakeTypeDescription | string | ||
RangeRule | System |
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 |
Method | Description | |
---|---|---|
AddDateTimePartsToDictionary ( string>.IDictionary |
||
MakeTypeDescription ( |
||
RangeRule ( object min, object max ) : System |
public ListParameters ( ) : string>.IDictionary |
||
return | string>.IDictionary |
public RangeRule ( System.DateTime min, System.DateTime max ) : System | ||
min | System.DateTime | |
max | System.DateTime | |
return | System |
public RangeRule ( decimal min, decimal max ) : System | ||
min | decimal | |
max | decimal | |
return | System |
public RangeRule ( int min, int max ) : System | ||
min | int | |
max | int | |
return | System |
public RangeRule ( string min, string max ) : System | ||
min | string | |
max | string | |
return | System |