예제 #1
0
 override public string ClassColumnName(string columnName)
 {
     Tuple <string, string>[] changeNames = new Tuple <string, string>[] {
         new Tuple <string, string>("ddivize_id", "divize_id"),
         new Tuple <string, string>("diviznazev", "nazev")
     };
     return(NameConversions.TransformName(changeNames, columnName));
 }
예제 #2
0
 override public string ClassColumnName(string columnName)
 {
     Tuple <string, string>[] changeNames = new Tuple <string, string>[] {
         new Tuple <string, string>("uuzivatel_id", "uzivatel_id"),
         new Tuple <string, string>("uzivjmeno", "jmeno"),
         new Tuple <string, string>("uzivfunkce", "funkce"),
         new Tuple <string, string>("uziv_param_info", "uparam_info"),
         new Tuple <string, string>("uzivfunkce_omez", "funkce_omez"),
         new Tuple <string, string>("uzivfunkce_edit", "funkce_edit"),
         new Tuple <string, string>("uzivfuncfg_omez", "funcfg_omez"),
         new Tuple <string, string>("uzivfuncfg_edit", "funcfg_edit"),
         new Tuple <string, string>("uzivfunkce_new", "funkce_new"),
         new Tuple <string, string>("uzivfunkce_del", "funkce_del"),
         new Tuple <string, string>("uzivfuncfg_new", "funcfg_new"),
         new Tuple <string, string>("uzivfuncfg_del", "funcfg_del")
     };
     return(NameConversions.TransformName(changeNames, columnName));
 }