Пример #1
0
 /// <remarks/>
 public void User_AdminUpdateUserProFileAsync(int operatorUserID, int targetUserId, string realname, string email, Gender gender, System.DateTime birthday, string signature, bool realnameChecked, bool isActive, bool emailValidated, UserExtendedValueProxy[] extendedFields, object userState) {
     if ((this.User_AdminUpdateUserProFileOperationCompleted == null)) {
         this.User_AdminUpdateUserProFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUser_AdminUpdateUserProFileOperationCompleted);
     }
     this.InvokeAsync("User_AdminUpdateUserProFile", new object[] {
                 operatorUserID,
                 targetUserId,
                 realname,
                 email,
                 gender,
                 birthday,
                 signature,
                 realnameChecked,
                 isActive,
                 emailValidated,
                 extendedFields}, this.User_AdminUpdateUserProFileOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void User_AdminUpdateUserProFileAsync(int operatorUserID, int targetUserId, string realname, string email, Gender gender, System.DateTime birthday, string signature, bool realnameChecked, bool isActive, bool emailValidated, UserExtendedValueProxy[] extendedFields) {
     this.User_AdminUpdateUserProFileAsync(operatorUserID, targetUserId, realname, email, gender, birthday, signature, realnameChecked, isActive, emailValidated, extendedFields, null);
 }
Пример #3
0
 public APIResult User_AdminUpdateUserProFile(int operatorUserID, int targetUserId, string realname, string email, Gender gender, System.DateTime birthday, string signature, bool realnameChecked, bool isActive, bool emailValidated, UserExtendedValueProxy[] extendedFields) {
     object[] results = this.Invoke("User_AdminUpdateUserProFile", new object[] {
                 operatorUserID,
                 targetUserId,
                 realname,
                 email,
                 gender,
                 birthday,
                 signature,
                 realnameChecked,
                 isActive,
                 emailValidated,
                 extendedFields});
     return ((APIResult)(results[0]));
 }
Пример #4
0
 /// <remarks/>
 public void User_UpdateUserProFileAsync(int userID, Gender gender, short birthYear, short birthMonth, short birthday, string signature, float timeZone, UserExtendedValueProxy[] extendedFields, object userState) {
     if ((this.User_UpdateUserProFileOperationCompleted == null)) {
         this.User_UpdateUserProFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUser_UpdateUserProFileOperationCompleted);
     }
     this.InvokeAsync("User_UpdateUserProFile", new object[] {
                 userID,
                 gender,
                 birthYear,
                 birthMonth,
                 birthday,
                 signature,
                 timeZone,
                 extendedFields}, this.User_UpdateUserProFileOperationCompleted, userState);
 }
Пример #5
0
 /// <remarks/>
 public void User_UpdateUserProFileAsync(int userID, Gender gender, short birthYear, short birthMonth, short birthday, string signature, float timeZone, UserExtendedValueProxy[] extendedFields) {
     this.User_UpdateUserProFileAsync(userID, gender, birthYear, birthMonth, birthday, signature, timeZone, extendedFields, null);
 }
Пример #6
0
 public APIResult User_UpdateUserProFile(int userID, Gender gender, short birthYear, short birthMonth, short birthday, string signature, float timeZone, UserExtendedValueProxy[] extendedFields) {
     object[] results = this.Invoke("User_UpdateUserProFile", new object[] {
                 userID,
                 gender,
                 birthYear,
                 birthMonth,
                 birthday,
                 signature,
                 timeZone,
                 extendedFields});
     return ((APIResult)(results[0]));
 }