Example #1
0
 private static String FieldName(String key, FieldAttribute fieldAttribute)
 {
     return(String.Format("Field.{0}.{1}", key, fieldAttribute.ToString()));
 }