示例#1
0
 /// <summary>
 /// Get entities from adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </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 MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1Collection Get(this IApplicationtransferownershipv1s operations, int?top = default(int?), 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, filter, count, orderby, select, expand).GetAwaiter().GetResult());
 }
示例#2
0
 /// <summary>
 /// Get entities from adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1Collection> GetAsync(this IApplicationtransferownershipv1s operations, int?top = default(int?), 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, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
示例#3
0
 /// <summary>
 /// Delete entity from adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteAsync(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteWithHttpMessagesAsync(businessprocessflowinstanceid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
示例#4
0
 /// <summary>
 /// Delete entity from adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse DeleteWithHttpMessages(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, string ifMatch = default(string), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.DeleteWithHttpMessagesAsync(businessprocessflowinstanceid, ifMatch, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
示例#5
0
 /// <summary>
 /// Update entity in adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse UpdateWithHttpMessages(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 body, Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.UpdateWithHttpMessagesAsync(businessprocessflowinstanceid, body, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
示例#6
0
 /// <summary>
 /// Delete entity from adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 public static void Delete(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, string ifMatch = default(string))
 {
     operations.DeleteAsync(businessprocessflowinstanceid, ifMatch).GetAwaiter().GetResult();
 }
示例#7
0
 /// <summary>
 /// Update entity in adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 public static void Update(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 body)
 {
     operations.UpdateAsync(businessprocessflowinstanceid, body).GetAwaiter().GetResult();
 }
示例#8
0
 /// <summary>
 /// Update entity in adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task UpdateAsync(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 body, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.UpdateWithHttpMessagesAsync(businessprocessflowinstanceid, body, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
示例#9
0
 /// <summary>
 /// Get entity from adoxio_applicationtransferownershipv1s by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1> GetByKeyAsync(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetByKeyWithHttpMessagesAsync(businessprocessflowinstanceid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
示例#10
0
 /// <summary>
 /// Get entity from adoxio_applicationtransferownershipv1s by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1> GetByKeyWithHttpMessages(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.GetByKeyWithHttpMessagesAsync(businessprocessflowinstanceid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
示例#11
0
 /// <summary>
 /// Get entity from adoxio_applicationtransferownershipv1s by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationtransferownershipv1
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 GetByKey(this IApplicationtransferownershipv1s operations, string businessprocessflowinstanceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetByKeyAsync(businessprocessflowinstanceid, select, expand).GetAwaiter().GetResult());
 }
示例#12
0
 /// <summary>
 /// Add new entity to adoxio_applicationtransferownershipv1s
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1> CreateWithHttpMessages(this IApplicationtransferownershipv1s operations, MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 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_applicationtransferownershipv1s
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1> CreateAsync(this IApplicationtransferownershipv1s operations, MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 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_applicationtransferownershipv1s
 /// </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 MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 Create(this IApplicationtransferownershipv1s operations, MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1 body, string prefer = "return=representation")
 {
     return(operations.CreateAsync(body, prefer).GetAwaiter().GetResult());
 }
示例#15
0
 /// <summary>
 /// Get entities from adoxio_applicationtransferownershipv1s
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationtransferownershipv1Collection> GetWithHttpMessages(this IApplicationtransferownershipv1s operations, int?top = default(int?), 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, filter, count, orderby, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }