Exemplo n.º 1
0
 /// <summary>
 /// Get bcgov_complaintchecklist_AsyncOperations from bcgov_complaintchecklists
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovComplaintchecklistid'>
 /// key: bcgov_complaintchecklistid of bcgov_complaintchecklist
 /// </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 <MicrosoftDynamicsCRMasyncoperationCollection> GetAsync(this IComplaintchecklistasyncoperations operations, string bcgovComplaintchecklistid, 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(bcgovComplaintchecklistid, top, skip, search, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Get bcgov_complaintchecklist_AsyncOperations from bcgov_complaintchecklists
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovComplaintchecklistid'>
 /// key: bcgov_complaintchecklistid of bcgov_complaintchecklist
 /// </param>
 /// <param name='asyncoperationid'>
 /// key: asyncoperationid of asyncoperation
 /// </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 <MicrosoftDynamicsCRMasyncoperation> AsyncOperationsByKeyAsync(this IComplaintchecklistasyncoperations operations, string bcgovComplaintchecklistid, string asyncoperationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.AsyncOperationsByKeyWithHttpMessagesAsync(bcgovComplaintchecklistid, asyncoperationid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Exemplo n.º 3
0
 /// <summary>
 /// Get bcgov_complaintchecklist_AsyncOperations from bcgov_complaintchecklists
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovComplaintchecklistid'>
 /// key: bcgov_complaintchecklistid of bcgov_complaintchecklist
 /// </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 MicrosoftDynamicsCRMasyncoperationCollection Get(this IComplaintchecklistasyncoperations operations, string bcgovComplaintchecklistid, 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(bcgovComplaintchecklistid, top, skip, search, filter, count, orderby, select, expand).GetAwaiter().GetResult());
 }
Exemplo n.º 4
0
 /// <summary>
 /// Get bcgov_complaintchecklist_AsyncOperations from bcgov_complaintchecklists
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovComplaintchecklistid'>
 /// key: bcgov_complaintchecklistid of bcgov_complaintchecklist
 /// </param>
 /// <param name='asyncoperationid'>
 /// key: asyncoperationid of asyncoperation
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMasyncoperation AsyncOperationsByKey(this IComplaintchecklistasyncoperations operations, string bcgovComplaintchecklistid, string asyncoperationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.AsyncOperationsByKeyAsync(bcgovComplaintchecklistid, asyncoperationid, select, expand).GetAwaiter().GetResult());
 }