Beispiel #1
0
        public static string GetSP(string action)
        {
            switch (SPSource.SPFile)
            {
            case "JsonFile":
                return(GetSpNameFormJsonFile.SPName(action, "ApplicantAttribute"));

            case "DBTable":
                return("");

            default:
                return(GetSPInClass(action));
            }
        }
Beispiel #2
0
 private static string GetSpFromJsonFile(string action)
 {
     return(GetSpNameFormJsonFile.SPName(action, "Publish"));
 }
Beispiel #3
0
 private static string GetSPFromJsonFile(string action)
 {
     return(GetSpNameFormJsonFile.SPName(action, "SelectCandidate"));
 }
Beispiel #4
0
 private static string GetSPFromJsonFile(string action)
 {
     return(GetSpNameFormJsonFile.SPName(action, "ConfrimHire"));
 }
Beispiel #5
0
 private static string GetSPFromJsonFile(string action)
 {
     return(GetSpNameFormJsonFile.SPName(action, "Staff"));
 }
Beispiel #6
0
 private static string GetSPFromJsonFile(string action, string page)
 {
     return(GetSpNameFormJsonFile.SPName(action, "General"));
 }
Beispiel #7
0
 private static string GetSPFromJsonFile(string action)
 {
     return(GetSpNameFormJsonFile.SPName(action, "MultipleSchools"));
 }
Beispiel #8
0
 private static string GetSpFromJsonFile(string action)
 {
     return(GetSpNameFormJsonFile.SPName(action, "Interview"));
 }