Salesforce.com API version 1.0 for RedCritter

Namespace:  RedCritterSForceV1
Assembly:  RedCritterSForceV1 (in RedCritterSForceV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class API
Public Class API

Members

            
 All Members  Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteObject(String, String)
Invokes asynchronous Salesforce.com delete command to remove an existing salesforce.com object
DisplayObject(String)
Call this method with any Object ID to display the object in Salesforce.com. Note that this method can not be access from a Configuration Dialog.
InsertObject(String, API..::.SFObjectType, Collection<(Of <(Setting>)>))
Invokes asynchronous Salesforce.com save command to insert a new salesforce.com object
LoggedIn
Returns true if the user is logged into Salesforce.com
Login(App, String, String, String, String)
Call this method to login to Salesforce.com from a RedCritter App
Login(ConfigurationDialog, String, String, String, String)
Call this method to login to Salesforce.com from a Configuration Dialog
OnDeleteObject
Raised from an asynchronous call to DeleteObject();
OnInsertObject
Raised from an asynchronous call to InsertObject()
OnLogin
Raised from an asynchronous call to Login();
OnQuery
Raised from an asynchronous call to Query()
OnUpdateObject
Raised from an asynchronous call to UpdateObject()
Query(String, String)
Invokes asynchronous Salesforce.com SOSQL statement
updateObject(String, API..::.SFObjectType, String, Collection<(Of <(Setting>)>))
Invokes asynchronous Salesforce.com save command to update an existing salesforce.com object

Inheritance Hierarchy

System..::.Object
  RedCritterSForceV1..::.API

See Also