コード例 #1
0
        private async void load(string url)
        {
            HMS.SP.ListItemFormUpdateValue spListItemFormUpdateValue = await SPGet.getListItemFormUpdateValue(spglb.myClient, url);

            this.add_ListItemFormUpdateValue(1, spListItemFormUpdateValue);
            this.hide_running();
        }
コード例 #2
0
 public int  add_ListItemFormUpdateValue(int pos, int level, HMS.SP.ListItemFormUpdateValue spListItemFormUpdateValue)
 {
     if (spListItemFormUpdateValue.__HMSError_ != null && (spListItemFormUpdateValue.__HMSError_.errno != 0 || spListItemFormUpdateValue.__HMSError_.info != ""))
     {
         pos = this.add_lineAt(pos, level, "__HMSError", HMS.Util.__HMSError.toString(spListItemFormUpdateValue.__HMSError_));
     }
     pos = this.add__deferred(pos, level, spListItemFormUpdateValue.__deferred_);
     pos = this.add__metadata(pos, level, spListItemFormUpdateValue.__metadata_);
     pos = this.add__rest(pos, level, spListItemFormUpdateValue.__rest);
     pos = this.add_lineAt(pos, level, "ErrorMessage", HMS.SP.SPUtil.toString(spListItemFormUpdateValue.ErrorMessage_)); //String;
     pos = this.add_lineAt(pos, level, "FieldName", HMS.SP.SPUtil.toString(spListItemFormUpdateValue.FieldName_));       //String;
     pos = this.add_lineAt(pos, level, "FieldValue", HMS.SP.SPUtil.toString(spListItemFormUpdateValue.FieldValue_));     //String;
     pos = this.add_lineAt(pos, level, "HasException", HMS.SP.SPUtil.toString(spListItemFormUpdateValue.HasException_)); //Boolean;
     return(pos);
 }
コード例 #3
0
 public int add_ListItemFormUpdateValue_deferred(int pos, int level, HMS.SP.ListItemFormUpdateValue spListItemFormUpdateValue)
 {
     {
         string useUrl = spListItemFormUpdateValue.__deferred_.uri;
         if (!String.IsNullOrEmpty(useUrl))
         {
             pos = this.add_lineAt(pos, level, false, "ListItemFormUpdateValue", "", knownPages.pageListItemFormUpdateValue, useUrl);
         }
         else
         {
             pos = this.add_lineAt(pos, level, true, "ListItemFormUpdateValue", "", knownPages.NONE, "");
             pos = this.add_ListItemFormUpdateValue(pos, level + 1, spListItemFormUpdateValue);
         }
     }
     return(pos);
 }
コード例 #4
0
 public int add_ListItemFormUpdateValue(int level, HMS.SP.ListItemFormUpdateValue spListItemFormUpdateValue)
 {
     return(add_ListItemFormUpdateValue(-1, level, spListItemFormUpdateValue));
 }