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