Esempio n. 1
0
 internal static int GetMaxLength(Type strongType)
 {
     return(FormletParameter.GetIntFieldValue(strongType, "MaxLength", 0));
 }
Esempio n. 2
0
 internal static int GetMinValue(Type strongType)
 {
     return(FormletParameter.GetIntFieldValue(strongType, "MinValue", 0));
 }