Пример #1
0
 /// <summary>
 /// Get organization_adoxio_applicationrelocationv1 from organizations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='organizationid'>
 /// key: organizationid of organization
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationrelocationv1Collection> GetAsync(this IOrganizationadoxioapplicationrelocationv1 operations, string organizationid, 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(organizationid, top, skip, search, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Пример #2
0
 /// <summary>
 /// Get organization_adoxio_applicationrelocationv1 from organizations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='organizationid'>
 /// key: organizationid of organization
 /// </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 MicrosoftDynamicsCRMadoxioApplicationrelocationv1Collection Get(this IOrganizationadoxioapplicationrelocationv1 operations, string organizationid, 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(organizationid, top, skip, search, filter, count, orderby, select, expand).GetAwaiter().GetResult());
 }
Пример #3
0
 /// <summary>
 /// Get organization_adoxio_applicationrelocationv1 from organizations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='organizationid'>
 /// key: organizationid of organization
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationrelocationv1
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationrelocationv1> Applicationrelocationv1ByKeyWithHttpMessages(this IOrganizationadoxioapplicationrelocationv1 operations, string organizationid, string businessprocessflowinstanceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.Applicationrelocationv1ByKeyWithHttpMessagesAsync(organizationid, businessprocessflowinstanceid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Пример #4
0
 /// <summary>
 /// Get organization_adoxio_applicationrelocationv1 from organizations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='organizationid'>
 /// key: organizationid of organization
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationrelocationv1
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationrelocationv1> Applicationrelocationv1ByKeyAsync(this IOrganizationadoxioapplicationrelocationv1 operations, string organizationid, string businessprocessflowinstanceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.Applicationrelocationv1ByKeyWithHttpMessagesAsync(organizationid, businessprocessflowinstanceid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Пример #5
0
 /// <summary>
 /// Get organization_adoxio_applicationrelocationv1 from organizations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='organizationid'>
 /// key: organizationid of organization
 /// </param>
 /// <param name='businessprocessflowinstanceid'>
 /// key: businessprocessflowinstanceid of adoxio_applicationrelocationv1
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioApplicationrelocationv1 Applicationrelocationv1ByKey(this IOrganizationadoxioapplicationrelocationv1 operations, string organizationid, string businessprocessflowinstanceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.Applicationrelocationv1ByKeyAsync(organizationid, businessprocessflowinstanceid, select, expand).GetAwaiter().GetResult());
 }
Пример #6
0
 /// <summary>
 /// Get organization_adoxio_applicationrelocationv1 from organizations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='organizationid'>
 /// key: organizationid of organization
 /// </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 <MicrosoftDynamicsCRMadoxioApplicationrelocationv1Collection> GetWithHttpMessages(this IOrganizationadoxioapplicationrelocationv1 operations, string organizationid, 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(organizationid, top, skip, search, filter, count, orderby, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }