Esempio n. 1
0
 /// <summary>
 /// Get bcgov_ApplicationTypeId from incidents
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='incidentid'>
 /// key: incidentid of incident
 /// </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 <MicrosoftDynamicsCRMbcgovApplicationtype> GetAsync(this IApplicationtypeid operations, string incidentid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWithHttpMessagesAsync(incidentid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Get adoxio_ApplicationTypeId from adoxio_applicationtypefeeschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioApplicationtypefeescheduleid'>
 /// key: adoxio_applicationtypefeescheduleid of
 /// adoxio_applicationtypefeeschedule
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtype> GetWithHttpMessages(this IApplicationtypeid operations, string adoxioApplicationtypefeescheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.GetWithHttpMessagesAsync(adoxioApplicationtypefeescheduleid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Esempio n. 3
0
 /// <summary>
 /// Get adoxio_ApplicationTypeId from adoxio_applicationtypefeeschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioApplicationtypefeescheduleid'>
 /// key: adoxio_applicationtypefeescheduleid of
 /// adoxio_applicationtypefeeschedule
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationtype Get(this IApplicationtypeid operations, string adoxioApplicationtypefeescheduleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioApplicationtypefeescheduleid, select, expand).GetAwaiter().GetResult());
 }
Esempio n. 4
0
 /// <summary>
 /// Get adoxio_ApplicationTypeId from adoxio_formelementuploadfields
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioFormelementuploadfieldid'>
 /// key: adoxio_formelementuploadfieldid of adoxio_formelementuploadfield
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtype> Get1Async(this IApplicationtypeid operations, string adoxioFormelementuploadfieldid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.Get1WithHttpMessagesAsync(adoxioFormelementuploadfieldid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 5
0
 /// <summary>
 /// Get adoxio_ApplicationTypeId from adoxio_formelementuploadfields
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioFormelementuploadfieldid'>
 /// key: adoxio_formelementuploadfieldid of adoxio_formelementuploadfield
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationtype Get1(this IApplicationtypeid operations, string adoxioFormelementuploadfieldid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.Get1Async(adoxioFormelementuploadfieldid, select, expand).GetAwaiter().GetResult());
 }
Esempio n. 6
0
 /// <summary>
 /// Get bcgov_ApplicationTypeId from incidents
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='incidentid'>
 /// key: incidentid of incident
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovApplicationtype Get(this IApplicationtypeid operations, string incidentid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(incidentid, select, expand).GetAwaiter().GetResult());
 }