SalesForceClient MembersKentico 8.0 API Reference
The SalesForceClient type exposes the following members.
Constructors

  NameDescription
Public methodSalesForceClient
Initializes a new instance of the SalesForceClient class with the specified session.
Back to Top
Methods

  NameDescription
Public methodCreateEntities(IEnumerable Entity )
Creates new entities and returns the result.
Public methodCreateEntities(IEnumerable Entity , SalesForceClientOptions)
Creates new entities and returns the result.
Public methodDeleteEntities(IEnumerable String )
Deletes entities with the specified identifiers and returns the result.
Public methodDeleteEntities(IEnumerable String , SalesForceClientOptions)
Deletes entities with the specified identifiers and returns the result.
Public methodDescribeEntities(IEnumerable String )
Retrieves an array of entity models with the specified names, and returns it.
Public methodDescribeEntities(IEnumerable String , 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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUpdateEntities(IEnumerable Entity )
Updates entities and returns the result.
Public methodUpdateEntities(IEnumerable Entity , SalesForceClientOptions)
Updates entities and returns the result.
Public methodUpsertEntities(IEnumerable Entity , String)
Upserts entities and returns the result.
Public methodUpsertEntities(IEnumerable Entity , String, SalesForceClientOptions)
Upserts entities and returns the result.
Back to Top
Extension Methods

  NameDescription
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.)
Back to Top
Properties

  NameDescription
Public propertyOptions
Gets the current command options.
Back to Top
See Also