Click or drag to resize
SalesForceClient Class
Provides access to SalesForce organization using the integration API.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceSalesForceClient

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public sealed class SalesForceClient

The SalesForceClient type exposes the following members.

Constructors
  NameDescription
Public methodSalesForceClient
Initializes a new instance of the SalesForceClient class with the specified session.
Top
Methods
  NameDescription
Public methodCreateEntities(IEnumerableEntity)
Creates new entities and returns the result.
Public methodCreateEntities(IEnumerableEntity, SalesForceClientOptions)
Creates new entities and returns the result.
Public methodDeleteEntities(IEnumerableString)
Deletes entities with the specified identifiers and returns the result.
Public methodDeleteEntities(IEnumerableString, SalesForceClientOptions)
Deletes entities with the specified identifiers and returns the result.
Public methodDescribeEntities(IEnumerableString)
Retrieves an array of entity models with the specified names, and returns it.
Public methodDescribeEntities(IEnumerableString, SalesForceClientOptions)
Retrieves an array of entity models with the specified names, and returns it.
Public methodDescribeEntity(String)
Retrieves an entity model with the specified name, and returns it.
Public methodDescribeEntity(String, SalesForceClientOptions)
Retrieves an entity model with the specified name, and returns it.
Public methodSelectEntities(String, EntityModel)
Executes the specified SOQL query and returns the result.
Public methodSelectEntities(String, EntityModel, SalesForceClientOptions)
Executes the specified SOQL query and returns the result.
Public methodSelectMoreEntities(String, EntityModel)
Returns the next set of entities from the SOQL query result.
Public methodSelectMoreEntities(String, EntityModel, SalesForceClientOptions)
Returns the next set of entities from the SOQL query result.
Public methodUpdateEntities(IEnumerableEntity)
Updates entities and returns the result.
Public methodUpdateEntities(IEnumerableEntity, SalesForceClientOptions)
Updates entities and returns the result.
Public methodUpsertEntities(IEnumerableEntity, String)
Upserts entities and returns the result.
Public methodUpsertEntities(IEnumerableEntity, String, SalesForceClientOptions)
Upserts entities and returns the result.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyOptions
Gets the current command options.
Top
See Also