Esempio n. 1
0
        public static async Task <HMS.SP.RoleDefinitionBindingCollection> getRoleDefinitionBindingCollection(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RoleDefinitionBindingCollection(ret));
        }
Esempio n. 2
0
        public static async Task <HMS.SP.TimeZoneCollection> getTimeZoneCollection(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.TimeZoneCollection(ret));
        }
Esempio n. 3
0
        public static async Task <HMS.SP.RelatedFieldExtendedDataCollection> getRelatedFieldExtendedDataCollection(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RelatedFieldExtendedDataCollection(ret));
        }
Esempio n. 4
0
        public static async Task <HMS.SP.RecycleBinItemCollection> getRecycleBinItemCollection(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.RecycleBinItemCollection(ret));
        }
Esempio n. 5
0
        public static async Task <HMS.SP.PushNotificationSubscriberCollection> getPushNotificationSubscriberCollection(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.PushNotificationSubscriberCollection(ret));
        }
Esempio n. 6
0
        public static async Task <HMS.SP.ListItemEntityCollection> getListItemEntityCollection(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

            return(new HMS.SP.ListItemEntityCollection(ret));
        }
Esempio n. 7
0
        public static async Task <HMS.SP.Web> getRootWeb(HMS.Auth.Login myClient, string url)
        {
            string ret = await myClient.getJSON(url);

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