Пример #1
0
 /// <summary>
 /// Get entities from adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </param>
 /// <param name='skip'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='count'>
 /// </param>
 /// <param name='orderby'>
 /// Order items by property values
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioAuctionpermitscheduleCollection Get(this IAuctionpermitschedules operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(top, skip, search, filter, count, orderby, select, expand).GetAwaiter().GetResult());
 }
Пример #2
0
 /// <summary>
 /// Get entities from adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </param>
 /// <param name='skip'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='count'>
 /// </param>
 /// <param name='orderby'>
 /// Order items by property values
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMadoxioAuctionpermitscheduleCollection> GetAsync(this IAuctionpermitschedules operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWithHttpMessagesAsync(top, skip, search, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Пример #3
0
 /// <summary>
 /// Delete entity from adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteAsync(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteWithHttpMessagesAsync(adoxioAuctionpermitscheduleid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
Пример #4
0
 /// <summary>
 /// Delete entity from adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse DeleteWithHttpMessages(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, string ifMatch = default(string), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.DeleteWithHttpMessagesAsync(adoxioAuctionpermitscheduleid, ifMatch, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Пример #5
0
 /// <summary>
 /// Update entity in adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse UpdateWithHttpMessages(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, MicrosoftDynamicsCRMadoxioAuctionpermitschedule body, Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.UpdateWithHttpMessagesAsync(adoxioAuctionpermitscheduleid, body, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Пример #6
0
 /// <summary>
 /// Delete entity from adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 public static void Delete(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, string ifMatch = default(string))
 {
     operations.DeleteAsync(adoxioAuctionpermitscheduleid, ifMatch).GetAwaiter().GetResult();
 }
Пример #7
0
 /// <summary>
 /// Update entity in adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 public static void Update(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, MicrosoftDynamicsCRMadoxioAuctionpermitschedule body)
 {
     operations.UpdateAsync(adoxioAuctionpermitscheduleid, body).GetAwaiter().GetResult();
 }
Пример #8
0
 /// <summary>
 /// Update entity in adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task UpdateAsync(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, MicrosoftDynamicsCRMadoxioAuctionpermitschedule body, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.UpdateWithHttpMessagesAsync(adoxioAuctionpermitscheduleid, body, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
Пример #9
0
 /// <summary>
 /// Get entity from adoxio_auctionpermitschedules by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMadoxioAuctionpermitschedule> GetByKeyAsync(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetByKeyWithHttpMessagesAsync(adoxioAuctionpermitscheduleid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Пример #10
0
 /// <summary>
 /// Get entity from adoxio_auctionpermitschedules by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse <MicrosoftDynamicsCRMadoxioAuctionpermitschedule> GetByKeyWithHttpMessages(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.GetByKeyWithHttpMessagesAsync(adoxioAuctionpermitscheduleid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Пример #11
0
 /// <summary>
 /// Get entity from adoxio_auctionpermitschedules by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioAuctionpermitscheduleid'>
 /// key: adoxio_auctionpermitscheduleid of adoxio_auctionpermitschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioAuctionpermitschedule GetByKey(this IAuctionpermitschedules operations, string adoxioAuctionpermitscheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetByKeyAsync(adoxioAuctionpermitscheduleid, select, expand).GetAwaiter().GetResult());
 }
Пример #12
0
 /// <summary>
 /// Add new entity to adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// New entity
 /// </param>
 /// <param name='prefer'>
 /// Required in order for the service to return a JSON representation of the
 /// object.
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse <MicrosoftDynamicsCRMadoxioAuctionpermitschedule> CreateWithHttpMessages(this IAuctionpermitschedules operations, MicrosoftDynamicsCRMadoxioAuctionpermitschedule body, string prefer = "return=representation", Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.CreateWithHttpMessagesAsync(body, prefer, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Пример #13
0
 /// <summary>
 /// Add new entity to adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// New entity
 /// </param>
 /// <param name='prefer'>
 /// Required in order for the service to return a JSON representation of the
 /// object.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMadoxioAuctionpermitschedule> CreateAsync(this IAuctionpermitschedules operations, MicrosoftDynamicsCRMadoxioAuctionpermitschedule body, string prefer = "return=representation", CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.CreateWithHttpMessagesAsync(body, prefer, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Пример #14
0
 /// <summary>
 /// Add new entity to adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// New entity
 /// </param>
 /// <param name='prefer'>
 /// Required in order for the service to return a JSON representation of the
 /// object.
 /// </param>
 public static MicrosoftDynamicsCRMadoxioAuctionpermitschedule Create(this IAuctionpermitschedules operations, MicrosoftDynamicsCRMadoxioAuctionpermitschedule body, string prefer = "return=representation")
 {
     return(operations.CreateAsync(body, prefer).GetAwaiter().GetResult());
 }
Пример #15
0
 /// <summary>
 /// Get entities from adoxio_auctionpermitschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </param>
 /// <param name='skip'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='count'>
 /// </param>
 /// <param name='orderby'>
 /// Order items by property values
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse <MicrosoftDynamicsCRMadoxioAuctionpermitscheduleCollection> GetWithHttpMessages(this IAuctionpermitschedules operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.GetWithHttpMessagesAsync(top, skip, search, filter, count, orderby, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }