C# Class SalesforceClient, VRpportunity

Inheritance: MonoBehaviour
Datei anzeigen Open project: CodeScience/VRpportunity Class Usage Examples

Public Properties

Property Type Description
Block Transform
Ring Transform
blockBox Transform
password string
securityToken string
sf SFDC.Salesforce
subObjectQueries List
username string

Public Methods

Method Description
Update ( ) : void
doApprovalProcess ( string objectId, string processId, string action, WindowHandler, handler ) : void
getChatterFeed ( string id, WindowHandler, handler ) : void
getChatterPhoto ( string url, ChatterItem, item ) : void

Private Methods

Method Description
Start ( ) : IEnumerator
getChatter ( string id, WindowHandler, handler ) : IEnumerator
getPhoto ( string url, ChatterItem, item ) : IEnumerator
handleApprovalProcess ( string processBody, string chatterBody, WindowHandler, handler ) : IEnumerator

Method Details

Update() public method

public Update ( ) : void
return void

doApprovalProcess() public method

public doApprovalProcess ( string objectId, string processId, string action, WindowHandler, handler ) : void
objectId string
processId string
action string
handler WindowHandler,
return void

getChatterFeed() public method

public getChatterFeed ( string id, WindowHandler, handler ) : void
id string
handler WindowHandler,
return void

getChatterPhoto() public method

public getChatterPhoto ( string url, ChatterItem, item ) : void
url string
item ChatterItem,
return void

Property Details

Block public_oe property

public Transform Block
return Transform

Ring public_oe property

public Transform Ring
return Transform

blockBox public_oe property

public Transform blockBox
return Transform

password public_oe property

public string password
return string

securityToken public_oe property

public string securityToken
return string

sf public_oe property

public Salesforce,SFDC sf
return SFDC.Salesforce

subObjectQueries public_oe property

public List subObjectQueries
return List

username public_oe property

public string username
return string