C# 클래스 SalesforceClient, VRpportunity

상속: MonoBehaviour
파일 보기 프로젝트 열기: CodeScience/VRpportunity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Block Transform
Ring Transform
blockBox Transform
password string
securityToken string
sf SFDC.Salesforce
subObjectQueries List
username string

공개 메소드들

메소드 설명
Update ( ) : void
doApprovalProcess ( string objectId, string processId, string action, WindowHandler, handler ) : void
getChatterFeed ( string id, WindowHandler, handler ) : void
getChatterPhoto ( string url, ChatterItem, item ) : void

비공개 메소드들

메소드 설명
Start ( ) : IEnumerator
getChatter ( string id, WindowHandler, handler ) : IEnumerator
getPhoto ( string url, ChatterItem, item ) : IEnumerator
handleApprovalProcess ( string processBody, string chatterBody, WindowHandler, handler ) : IEnumerator

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

doApprovalProcess() 공개 메소드

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

getChatterFeed() 공개 메소드

public getChatterFeed ( string id, WindowHandler, handler ) : void
id string
handler WindowHandler,
리턴 void

getChatterPhoto() 공개 메소드

public getChatterPhoto ( string url, ChatterItem, item ) : void
url string
item ChatterItem,
리턴 void

프로퍼티 상세

Block 공개적으로 프로퍼티

public Transform Block
리턴 Transform

Ring 공개적으로 프로퍼티

public Transform Ring
리턴 Transform

blockBox 공개적으로 프로퍼티

public Transform blockBox
리턴 Transform

password 공개적으로 프로퍼티

public string password
리턴 string

securityToken 공개적으로 프로퍼티

public string securityToken
리턴 string

sf 공개적으로 프로퍼티

public Salesforce,SFDC sf
리턴 SFDC.Salesforce

subObjectQueries 공개적으로 프로퍼티

public List subObjectQueries
리턴 List

username 공개적으로 프로퍼티

public string username
리턴 string