示例#1
0
        private async void load(string url)
        {
            HMS.SP.ServerSettings spServerSettings = await SPGet.getServerSettings(spglb.myClient, url);

            this.add_ServerSettings(1, spServerSettings);
            this.hide_running();
        }
示例#2
0
        private async void load(string url)
        {
            HMS.SP.UserIdInfo spUserIdInfo = await SPGet.getUserIdInfo(spglb.myClient, url);

            this.add_UserIdInfo(1, spUserIdInfo);
            this.hide_running();
        }
示例#3
0
        private async void load(string url)
        {
            HMS.SP.FieldComputed spFieldComputed = await SPGet.getFieldComputed(spglb.myClient, url);

            this.add_FieldComputed(1, spFieldComputed);
            this.hide_running();
        }
示例#4
0
        private async void load(string url)
        {
            HMS.SP.FileVersion spFileVersion = await SPGet.getFileVersion(spglb.myClient, url);

            this.add_FileVersion(1, spFileVersion);
            this.hide_running();
        }
示例#5
0
        private async void load(string url)
        {
            HMS.SP.FieldNumber spFieldNumber = await SPGet.getFieldNumber(spglb.myClient, url);

            this.add_FieldNumber(1, spFieldNumber);
            this.hide_running();
        }
示例#6
0
        private async void load(string url)
        {
            HMS.SP.Change spChange = await SPGet.getChange(spglb.myClient, url);

            this.add_Change(1, spChange);
            this.hide_running();
        }
示例#7
0
        private async void load(string url)
        {
            HMS.SP.TimeZone spTimeZone = await SPGet.getTimeZone(spglb.myClient, url);

            this.add_TimeZone(1, spTimeZone);
            this.hide_running();
        }
        private async void load(string url)
        {
            HMS.SP.FieldGeolocationValue spFieldGeolocationValue = await SPGet.getFieldGeolocationValue(spglb.myClient, url);

            this.add_FieldGeolocationValue(1, spFieldGeolocationValue);
            this.hide_running();
        }
示例#9
0
        private async void load(string url)
        {
            HMS.SP.RenderListDataParameters spRenderListDataParameters = await SPGet.getRenderListDataParameters(spglb.myClient, url);

            this.add_RenderListDataParameters(1, spRenderListDataParameters);
            this.hide_running();
        }
示例#10
0
        private async void load(string url)
        {
            HMS.SP.MenuNode spMenuNode = await SPGet.getMenuNode(spglb.myClient, url);

            this.add_MenuNode(1, spMenuNode);
            this.hide_running();
        }
示例#11
0
        private async void load(string url)
        {
            HMS.SP.RegionalSettings spRegionalSettings = await SPGet.getRegionalSettings(spglb.myClient, url);

            this.add_RegionalSettings(1, spRegionalSettings);
            this.hide_running();
        }
示例#12
0
        private async void load(string url)
        {
            HMS.SP.FieldStringValues spFieldStringValues = await SPGet.getFieldStringValues(spglb.myClient, url);

            this.add_FieldStringValues(1, spFieldStringValues);
            this.hide_running();
        }
示例#13
0
        private async void load(string url)
        {
            HMS.SP.UserCustomAction spUserCustomAction = await SPGet.getUserCustomAction(spglb.myClient, url);

            this.add_UserCustomAction(1, spUserCustomAction);
            this.hide_running();
        }
示例#14
0
        private async void load(string url)
        {
            HMS.SP.Implementationnotes spImplementationnotes = await SPGet.getImplementationnotes(spglb.myClient, url);

            this.add_Implementationnotes(1, spImplementationnotes);
            this.hide_running();
        }
示例#15
0
        private async void load(string url)
        {
            HMS.SP.SimpleDataRow spSimpleDataRow = await SPGet.getSimpleDataRow(spglb.myClient, url);

            this.add_SimpleDataRow(1, spSimpleDataRow);
            this.hide_running();
        }
示例#16
0
        private async void load(string url)
        {
            HMS.SP.ContextWebInformation spContextWebInformation = await SPGet.getContextWebInformation(spglb.myClient, url);

            this.add_ContextWebInformation(1, spContextWebInformation);
            this.hide_running();
        }
示例#17
0
        private async void load(string url)
        {
            HMS.SP.FieldLink spFieldLink = await SPGet.getFieldLink(spglb.myClient, url);

            this.add_FieldLink(1, spFieldLink);
            this.hide_running();
        }
        private async void load(string url)
        {
            HMS.SP.PushNotificationSubscriber spPushNotificationSubscriber = await SPGet.getPushNotificationSubscriber(spglb.myClient, url);

            this.add_PushNotificationSubscriber(1, spPushNotificationSubscriber);
            this.hide_running();
        }
示例#19
0
        private async void load(string url)
        {
            HMS.SP.CamlQuery spCamlQuery = await SPGet.getCamlQuery(spglb.myClient, url);

            this.add_CamlQuery(1, spCamlQuery);
            this.hide_running();
        }
示例#20
0
        private async void load(string url)
        {
            HMS.SP.FieldChoice spFieldChoice = await SPGet.getFieldChoice(spglb.myClient, url);

            this.add_FieldChoice(1, spFieldChoice);
            this.hide_running();
        }
示例#21
0
        private async void load(string url)
        {
            HMS.SP.App spApp = await SPGet.getApp(spglb.myClient, url);

            this.add_App(1, spApp);
            this.hide_running();
        }
        private async void load(string url)
        {
            HMS.SP.ListDataValidationFailure spListDataValidationFailure = await SPGet.getListDataValidationFailure(spglb.myClient, url);

            this.add_ListDataValidationFailure(1, spListDataValidationFailure);
            this.hide_running();
        }
示例#23
0
        private async void load(string url)
        {
            HMS.SP.ListCreationInformation spListCreationInformation = await SPGet.getListCreationInformation(spglb.myClient, url);

            this.add_ListCreationInformation(1, spListCreationInformation);
            this.hide_running();
        }
示例#24
0
        private async void load(string url)
        {
            HMS.SP.RecycleBinItem spRecycleBinItem = await SPGet.getRecycleBinItem(spglb.myClient, url);

            this.add_RecycleBinItem(1, spRecycleBinItem);
            this.hide_running();
        }
示例#25
0
        private async void load(string url)
        {
            HMS.SP.ThemeInfo spThemeInfo = await SPGet.getThemeInfo(spglb.myClient, url);

            this.add_ThemeInfo(1, spThemeInfo);
            this.hide_running();
        }
示例#26
0
        private async void load()
        {
            if (spglb.mode == HMS.SP.SPMode.SP2010)
            {
                string json = await spglb.myClient.getJSON(spglb.spEndpoints.Root);

                dynamic jobject = Newtonsoft.Json.JsonConvert.DeserializeObject(json);
                dynamic refObj  = jobject;
                if (jobject.d != null)
                {
                    refObj = jobject.d;
                }

                if (refObj.EntitySets != null)
                {
                    refObj = refObj.EntitySets;
                }
                this.add_line(0, "SharePoint 2010", "you get only the list of EntitySets");
                if (refObj.Count != null)
                {
                    for (int i = 0; i < refObj.Count; i++)
                    {
                        this.add_line(1, refObj[i].ToString(), "");
                    }
                }
            }
            else
            {
                HMS.SP.Web spWeb = await SPGet.getRootWeb(spglb.myClient, spglb.spEndpoints.Root);

                this.add_Web(0, spWeb);
            }
            this.hide_running();
        }
示例#27
0
        private async void load(string url)
        {
            HMS.SP.Feature spFeature = await SPGet.getFeature(spglb.myClient, url);

            this.add_Feature(1, spFeature);
            this.hide_running();
        }
        private async void load(string url)
        {
            HMS.SP.RelatedFieldExtendedData spRelatedFieldExtendedData = await SPGet.getRelatedFieldExtendedData(spglb.myClient, url);

            this.add_RelatedFieldExtendedData(1, spRelatedFieldExtendedData);
            this.hide_running();
        }
示例#29
0
        private async void load(string url)
        {
            HMS.SP.Site spSite = await SPGet.getSite(spglb.myClient, url);

            this.add_Site(1, spSite);
            this.hide_running();
        }
示例#30
0
        private async void load(string url)
        {
            HMS.SP.ContentTypeId spContentTypeId = await SPGet.getContentTypeId(spglb.myClient, url);

            this.add_ContentTypeId(1, spContentTypeId);
            this.hide_running();
        }