[]
This class exposes specific properties to set up a connection for the C1DataConnector Salesforce provider.
public sealed class C1SalesforceConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
Name | Description |
---|---|
C1SalesforceConnectionStringBuilder() | The default constructor of C1SalesforceConnectionStringBuilder |
Name | Description |
---|---|
ApiVersion | The API version of Salesforce server. Default value is 42.0. |
AuthenticationType | The type of authorization the request will utilize. |
this[string] | Gets or sets the value associated with the specified key. |
SecurityToken | The security token to be used for authentication purposes. |
Url | The base URL of Salesforce server. |
Name | Description |
---|---|
Equals(object) | Method that check if two instance C1SalesforceConnectionStringBuilder can be considered equals considering pooling and caching connection purposes. |
GetHashCode() | Retrieve the mapped hash code of this C1SalesforceConnectionStringBuilder. |