public static object Update(MA_FUNCTIONAL record)
 {
     return(FunctionUIP.UpdateFunction(SessionInfo, record));
 }
示例#2
0
 public static object GetFunctionOptions()
 {
     return(FunctionUIP.GetFunctionOptions(SessionInfo));
 }
 public static object GetFunctionByFilter(string code, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(FunctionUIP.GetFunctionByFilter(SessionInfo, code, jtStartIndex, jtPageSize, jtSorting));
 }