[]
This class exposes specific properties to set up a connection for the C1DataConnector Kintone provider.
public sealed class C1KintoneConnectionStringBuilder : C1ConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1KintoneConnectionStringBuilder() | The default constructor of C1KintoneConnectionStringBuilder |
| 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. |
| 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. |