private static short GetMaxValue(IPropRuleComparable <short> propRule, short?overridingMaxValue)
 {
     return(RandomValueGen.GetMaxValue(propRule, overridingMaxValue));
 }
Exemple #2
0
 private static double GetMaxValue(IPropRuleComparable <double> propRule, double?overridingMaxValue)
 {
     return(RandomValueGen.GetMaxValue(propRule, overridingMaxValue));
 }
Exemple #3
0
 private static DateTime GetMaxValue(IPropRuleComparable <DateTime> propRule, DateTime?overridingMaxValue)
 {
     return(RandomValueGen.GetMaxValue(propRule, overridingMaxValue));
 }
 private static long GetMaxValue(IPropRuleComparable <long> propRule, long?overridingMaxValue)
 {
     return(RandomValueGen.GetMaxValue(propRule, overridingMaxValue));
 }
Exemple #5
0
 private static decimal GetMaxValue(IPropRuleComparable <decimal> propRule, decimal?overridingMaxValue)
 {
     return(RandomValueGen.GetMaxValue(propRule, overridingMaxValue));
 }