[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneConnectionStringBuilder

C1KintoneConnectionStringBuilder Class

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

Inheritance
C1KintoneConnectionStringBuilder
Namespace: C1.AdoNet.Kintone
Assembly: C1.AdoNet.Kintone.dll
Syntax
public sealed class C1KintoneConnectionStringBuilder : C1ConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor

Constructors

Name Description
C1KintoneConnectionStringBuilder()

The default constructor of C1KintoneConnectionStringBuilder

Properties

Name Description
AuthenticationType

The type of authorization the request will utilize.

GuestSpaceId

Limit query results to a specific guest space id.

this[string]

Gets or sets the value associated with the specified key.

Password

The password of the user to be used for the authentication.

Url

The base URL of Kintone server.

Username

The username to be used for the authentication.

Methods

Name Description
Equals(object)

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

GetHashCode()

Retrieve the mapped hash code of this C1KintoneConnectionStringBuilder.