Exemplo n.º 1
0
 /// <summary>
 /// Get adoxio_ServiceAreaId from adoxio_eventlocations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioEventlocationid'>
 /// key: adoxio_eventlocationid of adoxio_eventlocation
 /// </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 <MicrosoftDynamicsCRMadoxioServicearea> GetAsync(this IServiceareaid operations, string adoxioEventlocationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWithHttpMessagesAsync(adoxioEventlocationid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Get adoxio_ServiceAreaId from adoxio_eventlocations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioEventlocationid'>
 /// key: adoxio_eventlocationid of adoxio_eventlocation
 /// </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 <MicrosoftDynamicsCRMadoxioServicearea> GetWithHttpMessages(this IServiceareaid operations, string adoxioEventlocationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.GetWithHttpMessagesAsync(adoxioEventlocationid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Exemplo n.º 3
0
 /// <summary>
 /// Get adoxio_ServiceAreaId from adoxio_eventlocations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioEventlocationid'>
 /// key: adoxio_eventlocationid of adoxio_eventlocation
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioServicearea Get(this IServiceareaid operations, string adoxioEventlocationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioEventlocationid, select, expand).GetAwaiter().GetResult());
 }
Exemplo n.º 4
0
 /// <summary>
 /// Get adoxio_ServiceAreaId from adoxio_specialeventschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioSpecialeventscheduleid'>
 /// key: adoxio_specialeventscheduleid of adoxio_specialeventschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioSpecialeventlicencedarea Get1(this IServiceareaid operations, string adoxioSpecialeventscheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.Get1Async(adoxioSpecialeventscheduleid, select, expand).GetAwaiter().GetResult());
 }