コード例 #1
0
 public static object Update(MA_USER_PROFILE record)
 {
     return(ProfileUIP.UpdateProfile(SessionInfo, record));
 }
コード例 #2
0
 public static object GetProfileOptions()
 {
     return(ProfileUIP.GetProfileOptions(SessionInfo));
 }
コード例 #3
0
 public static object GetProfileByFilter(string name, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(ProfileUIP.GetProfileByFilter(SessionInfo, name, jtStartIndex, jtPageSize, jtSorting));
 }