コード例 #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));
 }