[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineConnectionStringBuilder

C1QuickBooksOnlineConnectionStringBuilder Class

This class exposes specific properties to set up a connection for the C1DataConnector QuickBooksOnline provider.

Inheritance
C1QuickBooksOnlineConnectionStringBuilder
Namespace: C1.AdoNet.QuickBooksOnline
Assembly: C1.AdoNet.QuickBooksOnline.dll
Syntax
public sealed class C1QuickBooksOnlineConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor

Constructors

Name Description
C1QuickBooksOnlineConnectionStringBuilder()

The default constructor of C1QuickBooksOnlineConnectionStringBuilder

Properties

Name Description
AuthenticationType

The type of authorization the request will utilize.

CompanyId

The unique identifier of a given company in QuickBooks Online.

CountryCode

The country code for the edition of QuickBooks Online being used. For instance: US, IN, UK, AU, and CA. Default is US.

this[string]

Gets or sets the value associated with the specified key.

MinorVersion

Set the minor version to be used when sending requests to the QuickBooks Online API. Default is 52.

UseSandbox

A boolean indicating if you are using a Sandbox account. Default is false.

Methods

Name Description
Equals(object)

Method that check if two instance C1QuickBooksOnlineConnectionStringBuilder can be considered equals considering pooling and caching connection purposes.

GetHashCode()

Retrieve the mapped hash code of this C1QuickBooksOnlineConnectionStringBuilder.