The SalesForceClient type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SalesForceClient |
Initializes a new instance of the SalesForceClient class with the specified session.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateEntities(IEnumerable Entity ) |
Creates new entities and returns the result.
|
![]() | CreateEntities(IEnumerable Entity , SalesForceClientOptions) |
Creates new entities and returns the result.
|
![]() | DeleteEntities(IEnumerable String ) |
Deletes entities with the specified identifiers and returns the result.
|
![]() | DeleteEntities(IEnumerable String , SalesForceClientOptions) |
Deletes entities with the specified identifiers and returns the result.
|
![]() | DescribeEntities(IEnumerable String ) |
Retrieves an array of entity models with the specified names, and returns it.
|
![]() | DescribeEntities(IEnumerable String , 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.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | 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.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | UpdateEntities(IEnumerable Entity ) |
Updates entities and returns the result.
|
![]() | UpdateEntities(IEnumerable Entity , SalesForceClientOptions) |
Updates entities and returns the result.
|
![]() | UpsertEntities(IEnumerable Entity , String) |
Upserts entities and returns the result.
|
![]() | UpsertEntities(IEnumerable Entity , String, SalesForceClientOptions) |
Upserts entities and returns the result.
|
Extension Methods
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.) |
Properties
Name | Description | |
---|---|---|
![]() | Options |
Gets the current command options.
|
See Also