Exemplo 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));
        }
Exemplo 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));
        }
Exemplo 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));
        }
Exemplo 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));
        }
Exemplo 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));
        }
Exemplo 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));
        }
Exemplo 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));
        }