Example #1
0
 public int  add_ObjectSharingInformationUser(int pos, int level, HMS.SP.ObjectSharingInformationUser spObjectSharingInformationUser)
 {
     if (spObjectSharingInformationUser.__HMSError_ != null && (spObjectSharingInformationUser.__HMSError_.errno != 0 || spObjectSharingInformationUser.__HMSError_.info != ""))
     {
         pos = this.add_lineAt(pos, level, "__HMSError", HMS.Util.__HMSError.toString(spObjectSharingInformationUser.__HMSError_));
     }
     pos = this.add__deferred(pos, level, spObjectSharingInformationUser.__deferred_);
     pos = this.add__metadata(pos, level, spObjectSharingInformationUser.__metadata_);
     pos = this.add__rest(pos, level, spObjectSharingInformationUser.__rest);
     pos = this.add_lineAt(pos, level, "CustomRoleNames", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.CustomRoleNames_));              //Object;
     pos = this.add_lineAt(pos, level, "Department", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.Department_));                        //Undefined;
     pos = this.add_lineAt(pos, level, "Email", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.Email_));                                  //Undefined;
     pos = this.add_lineAt(pos, level, "HasEditPermission", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.HasEditPermission_));          //Object;
     pos = this.add_lineAt(pos, level, "HasViewPermission", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.HasViewPermission_));          //Object;
     pos = this.add_lineAt(pos, level, "Id", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.Id_));                                        //Undefined;
     pos = this.add_lineAt(pos, level, "IsSiteAdmin", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.IsSiteAdmin_));                      //Object;
     pos = this.add_lineAt(pos, level, "JobTitle", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.JobTitle_));                            //Undefined;
     pos = this.add_lineAt(pos, level, "LoginName", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.LoginName_));                          //String;
     pos = this.add_lineAt(pos, level, "Name", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.Name_));                                    //String;
     pos = this.add_lineAt(pos, level, "Picture", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.Picture_));                              //Undefined;
     pos = this.add_deferredAt(pos, level, "Principal", "...", knownPages.pagePrincipal, spObjectSharingInformationUser.Principal_.__deferred_); //Principal;
     pos = this.add_lineAt(pos, level, "SipAddress", HMS.SP.SPUtil.toString(spObjectSharingInformationUser.SipAddress_));                        //Undefined;
     pos = this.add_deferredAt(pos, level, "User", "...", knownPages.pageUser, spObjectSharingInformationUser.User_.__deferred_);                //User;
     return(pos);
 }
Example #2
0
        private async void load(string url)
        {
            HMS.SP.ObjectSharingInformationUser spObjectSharingInformationUser = await SPGet.getObjectSharingInformationUser(spglb.myClient, url);

            this.add_ObjectSharingInformationUser(1, spObjectSharingInformationUser);
            this.hide_running();
        }
Example #3
0
 public int add_ObjectSharingInformationUser_deferred(int pos, int level, HMS.SP.ObjectSharingInformationUser spObjectSharingInformationUser)
 {
     {
         string useUrl = spObjectSharingInformationUser.__deferred_.uri;
         if (!String.IsNullOrEmpty(useUrl))
         {
             pos = this.add_lineAt(pos, level, false, "ObjectSharingInformationUser", "", knownPages.pageObjectSharingInformationUser, useUrl);
         }
         else
         {
             pos = this.add_lineAt(pos, level, true, "ObjectSharingInformationUser", "", knownPages.NONE, "");
             pos = this.add_ObjectSharingInformationUser(pos, level + 1, spObjectSharingInformationUser);
         }
     }
     return(pos);
 }
Example #4
0
 public int add_ObjectSharingInformationUser(int level, HMS.SP.ObjectSharingInformationUser spObjectSharingInformationUser)
 {
     return(add_ObjectSharingInformationUser(-1, level, spObjectSharingInformationUser));
 }