Exemple #1
0
        public static async Task <HMS.SP.FieldUserValue> getFieldUserValue(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.FieldUserValue(ret));
        }
Exemple #2
0
        public static async Task <HMS.SP.AppLicense> getAppLicense(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.AppLicense(ret));
        }
Exemple #3
0
        public static async Task <HMS.SP.WebTemplate> getWebTemplate(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.WebTemplate(ret));
        }
Exemple #4
0
        public static async Task <HMS.SP.AppInstanceErrorDetails> getAppInstanceErrorDetails(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.AppInstanceErrorDetails(ret));
        }
Exemple #5
0
        public static async Task <HMS.SP.UserCustomAction> getUserCustomAction(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.UserCustomAction(ret));
        }
Exemple #6
0
        public static async Task <HMS.SP.RoleDefinition> getRoleDefinition(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RoleDefinition(ret));
        }
Exemple #7
0
        public static async Task <HMS.SP.SimpleDataTable> getSimpleDataTable(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.SimpleDataTable(ret));
        }
Exemple #8
0
        public static async Task <HMS.SP.ListDataValidationExceptionValue> getListDataValidationExceptionValue(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ListDataValidationExceptionValue(ret));
        }
Exemple #9
0
        public static async Task <HMS.SP.ListItemFormUpdateValue> getListItemFormUpdateValue(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ListItemFormUpdateValue(ret));
        }
Exemple #10
0
        public static async Task <HMS.SP.ListDataSource> getListDataSource(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ListDataSource(ret));
        }
Exemple #11
0
        public static async Task <HMS.SP.SecurableObject> getSecurableObject(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.SecurableObject(ret));
        }
Exemple #12
0
        public static async Task <HMS.SP.InformationRightsManagementSettings> getInformationRightsManagementSettings(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.InformationRightsManagementSettings(ret));
        }
Exemple #13
0
        public static async Task <HMS.SP.Implementationnotes> getImplementationnotes(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.Implementationnotes(ret));
        }
Exemple #14
0
        public static async Task <HMS.SP.PropertyValues> getPropertyValues(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.PropertyValues(ret));
        }
Exemple #15
0
        public static async Task <HMS.SP.RequestVariable> getRequestVariable(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RequestVariable(ret));
        }
Exemple #16
0
        public static async Task <HMS.SP.NavigationNode> getNavigationNode(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.NavigationNode(ret));
        }
Exemple #17
0
        public static async Task <HMS.SP.RoleAssignment> getRoleAssignment(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RoleAssignment(ret));
        }
Exemple #18
0
        public static async Task <HMS.SP.ObjectSharingInformationUser> getObjectSharingInformationUser(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ObjectSharingInformationUser(ret));
        }
Exemple #19
0
        public static async Task <HMS.SP.ServerSettings> getServerSettings(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ServerSettings(ret));
        }
Exemple #20
0
        public static async Task <HMS.SP.PushNotificationSubscriber> getPushNotificationSubscriber(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.PushNotificationSubscriber(ret));
        }
Exemple #21
0
        public static async Task <HMS.SP.SubwebQuery> getSubwebQuery(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.SubwebQuery(ret));
        }
Exemple #22
0
        public static async Task <HMS.SP.RecycleBinItem> getRecycleBinItem(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RecycleBinItem(ret));
        }
Exemple #23
0
        public static async Task <HMS.SP.ULS> getULS(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ULS(ret));
        }
Exemple #24
0
        public static async Task <HMS.SP.RelatedFieldExtendedData> getRelatedFieldExtendedData(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RelatedFieldExtendedData(ret));
        }
Exemple #25
0
        public static async Task <HMS.SP.WebInformation> getWebInformation(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.WebInformation(ret));
        }
Exemple #26
0
        public static async Task <HMS.SP.RelatedItemManager> getRelatedItemManager(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RelatedItemManager(ret));
        }
Exemple #27
0
        public static async Task <HMS.SP.WebResponseInfo> getWebResponseInfo(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.WebResponseInfo(ret));
        }
Exemple #28
0
        public static async Task <HMS.SP.RenderListDataParameters> getRenderListDataParameters(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RenderListDataParameters(ret));
        }
Exemple #29
0
        public static async Task <HMS.SP.XmlSchemaFieldCreationInformation> getXmlSchemaFieldCreationInformation(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.XmlSchemaFieldCreationInformation(ret));
        }
Exemple #30
0
        public static async Task <HMS.SP.FieldRatingScaleQuestionAnswer> getFieldRatingScaleQuestionAnswer(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.FieldRatingScaleQuestionAnswer(ret));
        }