Exemplo n.º 1
0
 /// <summary>
 /// Get team_adoxio_exhibit from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </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 MicrosoftDynamicsCRMadoxioExhibitCollection Get(this ITeamadoxioexhibit operations, string ownerid, 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(ownerid, top, skip, search, filter, count, orderby, select, expand).GetAwaiter().GetResult());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Get team_adoxio_exhibit from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </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 <MicrosoftDynamicsCRMadoxioExhibitCollection> GetAsync(this ITeamadoxioexhibit operations, string ownerid, 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(ownerid, top, skip, search, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Exemplo n.º 3
0
 /// <summary>
 /// Get team_adoxio_exhibit from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </param>
 /// <param name='adoxioExhibitid'>
 /// key: adoxio_exhibitid of adoxio_exhibit
 /// </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 <MicrosoftDynamicsCRMadoxioExhibit> ExhibitByKeyWithHttpMessages(this ITeamadoxioexhibit operations, string ownerid, string adoxioExhibitid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.ExhibitByKeyWithHttpMessagesAsync(ownerid, adoxioExhibitid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
Exemplo n.º 4
0
 /// <summary>
 /// Get team_adoxio_exhibit from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </param>
 /// <param name='adoxioExhibitid'>
 /// key: adoxio_exhibitid of adoxio_exhibit
 /// </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 <MicrosoftDynamicsCRMadoxioExhibit> ExhibitByKeyAsync(this ITeamadoxioexhibit operations, string ownerid, string adoxioExhibitid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ExhibitByKeyWithHttpMessagesAsync(ownerid, adoxioExhibitid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Exemplo n.º 5
0
 /// <summary>
 /// Get team_adoxio_exhibit from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </param>
 /// <param name='adoxioExhibitid'>
 /// key: adoxio_exhibitid of adoxio_exhibit
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioExhibit ExhibitByKey(this ITeamadoxioexhibit operations, string ownerid, string adoxioExhibitid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.ExhibitByKeyAsync(ownerid, adoxioExhibitid, select, expand).GetAwaiter().GetResult());
 }
Exemplo n.º 6
0
 /// <summary>
 /// Get team_adoxio_exhibit from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </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 <MicrosoftDynamicsCRMadoxioExhibitCollection> GetWithHttpMessages(this ITeamadoxioexhibit operations, string ownerid, 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(ownerid, top, skip, search, filter, count, orderby, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Initializes client properties.
 /// </summary>
 private void Initialize()
 {
     Accounts = new Accounts(this);
     Adoxiolicencetypeadoxioinvestigationset = new Adoxiolicencetypeadoxioinvestigationset(this);
     Aliases = new Aliases(this);
     Applicationbpfmvpv2s        = new Applicationbpfmvpv2s(this);
     Applicationbpfv3s           = new Applicationbpfv3s(this);
     Applicationinvoicehistories = new Applicationinvoicehistories(this);
     Applications = new Applications(this);
     Applicationtermsconditionslimitations = new Applicationtermsconditionslimitations(this);
     Applicationtypecontents = new Applicationtypecontents(this);
     Applicationtypes        = new Applicationtypes(this);
     Areas                              = new Areas(this);
     Auditlogrequests                   = new Auditlogrequests(this);
     Businessaccounts                   = new Businessaccounts(this);
     Cannabisinventoryreports           = new Cannabisinventoryreports(this);
     Cannabismonthlyreports             = new Cannabismonthlyreports(this);
     Cannabisproductadmins              = new Cannabisproductadmins(this);
     Citydistricts                      = new Citydistricts(this);
     Complaintpublicbpfs                = new Complaintpublicbpfs(this);
     Complaints                         = new Complaints(this);
     Complianceinvestigations           = new Complianceinvestigations(this);
     Investigationexhibits              = new Investigationexhibits(this);
     Compliancemeetings                 = new Compliancemeetings(this);
     Compliancemeetingrelatedparties    = new Compliancemeetingrelatedparties(this);
     Contraventionadmins                = new Contraventionadmins(this);
     Contraventions                     = new Contraventions(this);
     Corporatehistorysummaries          = new Corporatehistorysummaries(this);
     Corporateroles                     = new Corporateroles(this);
     Customautonumberdefinitions        = new Customautonumberdefinitions(this);
     Customautonumberrequests           = new Customautonumberrequests(this);
     Documentadmins                     = new Documentadmins(this);
     Documents                          = new Documents(this);
     Establishments                     = new Establishments(this);
     Establishmentwatchwords            = new Establishmentwatchwords(this);
     Exhibits                           = new Exhibits(this);
     Exhibitasyncoperations             = new Exhibitasyncoperations(this);
     Exhibitbulkdeletefailures          = new Exhibitbulkdeletefailures(this);
     Exhibitduplicatebaserecord         = new Exhibitduplicatebaserecord(this);
     Exhibitduplicatematchingrecord     = new Exhibitduplicatematchingrecord(this);
     Exhibitsyncerrors                  = new Exhibitsyncerrors(this);
     Investigationid                    = new Investigationid(this);
     Fiainvestigationlogs               = new Fiainvestigationlogs(this);
     Fundingsources                     = new Fundingsources(this);
     Incidentadoxiolicencetypeset       = new Incidentadoxiolicencetypeset(this);
     Inspectioninspectorsset            = new Inspectioninspectorsset(this);
     Inspectionreactivationhistories    = new Inspectionreactivationhistories(this);
     Inspectorcommentsrollups           = new Inspectorcommentsrollups(this);
     Interests                          = new Interests(this);
     Investigationactivities            = new Investigationactivities(this);
     Investigationreactivationhistories = new Investigationreactivationhistories(this);
     Investigations                     = new Investigations(this);
     Legalentities                      = new Legalentities(this);
     Legalentitytasklegalentity         = new Legalentitytasklegalentity(this);
     Licenceses                         = new Licenceses(this);
     Licencetypes                       = new Licencetypes(this);
     Licencetypesapplicationtypesset    = new Licencetypesapplicationtypesset(this);
     Licenseechangelogs                 = new Licenseechangelogs(this);
     Loans                              = new Loans(this);
     Localgovindigenousnations          = new Localgovindigenousnations(this);
     Personalhistorysummaries           = new Personalhistorysummaries(this);
     Policejurisdictions                = new Policejurisdictions(this);
     Policydocuments                    = new Policydocuments(this);
     Postalcodes                        = new Postalcodes(this);
     Previousaddresses                  = new Previousaddresses(this);
     Regions                            = new Regions(this);
     Relatedparties                     = new Relatedparties(this);
     Compliancemeetingid                = new Compliancemeetingid(this);
     Settings                           = new Settings(this);
     Spddatarows                        = new Spddatarows(this);
     Spdexportses                       = new Spdexportses(this);
     Taxandaccountings                  = new Taxandaccountings(this);
     Termsconditionslimitationspresets  = new Termsconditionslimitationspresets(this);
     Territories                        = new Territories(this);
     Tiedhouseassociations              = new Tiedhouseassociations(this);
     Tiedhouseconnections               = new Tiedhouseconnections(this);
     Witnesses                          = new Witnesses(this);
     Workerinvoicehistories             = new Workerinvoicehistories(this);
     Workers                            = new Workers(this);
     Regardingobjectidadoxioexhibit     = new Regardingobjectidadoxioexhibit(this);
     Businessunitadoxioexhibit          = new Businessunitadoxioexhibit(this);
     Contacts                           = new Contacts(this);
     Contacttaskcontact                 = new Contacttaskcontact(this);
     Baserecordidadoxioexhibit          = new Baserecordidadoxioexhibit(this);
     Duplicaterecordidadoxioexhibit     = new Duplicaterecordidadoxioexhibit(this);
     Entitydefinitions                  = new Entitydefinitions(this);
     Globaloptionsetdefinitions         = new Globaloptionsetdefinitions(this);
     Invoices                           = new Invoices(this);
     Leads                              = new Leads(this);
     Lists                              = new Lists(this);
     Savedqueries                       = new Savedqueries(this);
     Sharepointdocumentlocations        = new Sharepointdocumentlocations(this);
     Sharepointsites                    = new Sharepointsites(this);
     Lkadoxioexhibitcreatedby           = new Lkadoxioexhibitcreatedby(this);
     Lkadoxioexhibitcreatedonbehalfby   = new Lkadoxioexhibitcreatedonbehalfby(this);
     Lkadoxioexhibitmodifiedby          = new Lkadoxioexhibitmodifiedby(this);
     Lkadoxioexhibitmodifiedonbehalfby  = new Lkadoxioexhibitmodifiedonbehalfby(this);
     Useradoxioexhibit                  = new Useradoxioexhibit(this);
     Contacttask                        = new Contacttask(this);
     Legalentitytask                    = new Legalentitytask(this);
     Teamadoxioexhibit                  = new Teamadoxioexhibit(this);
     BaseUri                            = new System.Uri("http://localhost");
     SerializationSettings              = new JsonSerializerSettings
     {
         Formatting            = Newtonsoft.Json.Formatting.Indented,
         DateFormatHandling    = Newtonsoft.Json.DateFormatHandling.IsoDateFormat,
         DateTimeZoneHandling  = Newtonsoft.Json.DateTimeZoneHandling.Utc,
         NullValueHandling     = Newtonsoft.Json.NullValueHandling.Ignore,
         ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize,
         ContractResolver      = new ReadOnlyJsonContractResolver(),
         Converters            = new  List <JsonConverter>
         {
             new Iso8601TimeSpanConverter()
         }
     };
     DeserializationSettings = new JsonSerializerSettings
     {
         DateFormatHandling    = Newtonsoft.Json.DateFormatHandling.IsoDateFormat,
         DateTimeZoneHandling  = Newtonsoft.Json.DateTimeZoneHandling.Utc,
         NullValueHandling     = Newtonsoft.Json.NullValueHandling.Ignore,
         ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize,
         ContractResolver      = new ReadOnlyJsonContractResolver(),
         Converters            = new List <JsonConverter>
         {
             new Iso8601TimeSpanConverter()
         }
     };
     CustomInitialize();
 }