| SalesForceClient Class |
Namespace: CMS.SalesForce
public sealed class SalesForceClient
The SalesForceClient type exposes the following members.
| Name | Description | |
|---|---|---|
| SalesForceClient |
Initializes a new instance of the SalesForceClient class with the specified session.
|
| Name | Description | |
|---|---|---|
| CreateEntities(IEnumerableEntity) |
Creates new entities and returns the result.
| |
| CreateEntities(IEnumerableEntity, SalesForceClientOptions) |
Creates new entities and returns the result.
| |
| DeleteEntities(IEnumerableString) |
Deletes entities with the specified identifiers and returns the result.
| |
| DeleteEntities(IEnumerableString, SalesForceClientOptions) |
Deletes entities with the specified identifiers and returns the result.
| |
| DescribeEntities(IEnumerableString) |
Retrieves an array of entity models with the specified names, and returns it.
| |
| DescribeEntities(IEnumerableString, SalesForceClientOptions) |
Retrieves an array of entity models with the specified names, and returns it.
| |
| DescribeEntity(String) |
Retrieves an entity model with the specified name, and returns it.
| |
| DescribeEntity(String, SalesForceClientOptions) |
Retrieves an entity model with the specified name, and returns it.
| |
| SelectEntities(String, EntityModel) |
Executes the specified SOQL query and returns the result.
| |
| SelectEntities(String, EntityModel, SalesForceClientOptions) |
Executes the specified SOQL query and returns the result.
| |
| SelectMoreEntities(String, EntityModel) |
Returns the next set of entities from the SOQL query result.
| |
| SelectMoreEntities(String, EntityModel, SalesForceClientOptions) |
Returns the next set of entities from the SOQL query result.
| |
| UpdateEntities(IEnumerableEntity) |
Updates entities and returns the result.
| |
| UpdateEntities(IEnumerableEntity, SalesForceClientOptions) |
Updates entities and returns the result.
| |
| UpsertEntities(IEnumerableEntity, String) |
Upserts entities and returns the result.
| |
| UpsertEntities(IEnumerableEntity, String, SalesForceClientOptions) |
Upserts entities and returns the result.
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |