C# 클래스 SalesforceNET.SalesforcePartnerAPI.SforceService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: kkarahainko/Salesforce.NET

공개 메소드들

메소드 설명
CancelAsync ( object userState ) : void
SforceService ( ) : System
convertLeadAsync ( LeadConvert leadConverts ) : void
convertLeadAsync ( LeadConvert leadConverts, object userState ) : void
createAsync ( sObject sObjects ) : void
createAsync ( sObject sObjects, object userState ) : void
deleteAsync ( string ids ) : void
deleteAsync ( string ids, object userState ) : void
describeDataCategoryGroupStructuresAsync ( DataCategoryGroupSobjectTypePair pairs, bool topCategoriesOnly ) : void
describeDataCategoryGroupStructuresAsync ( DataCategoryGroupSobjectTypePair pairs, bool topCategoriesOnly, object userState ) : void
describeDataCategoryGroupsAsync ( string sObjectType ) : void
describeDataCategoryGroupsAsync ( string sObjectType, object userState ) : void
describeGlobalAsync ( ) : void
describeGlobalAsync ( object userState ) : void
describeLayoutAsync ( string sObjectType, string recordTypeIds ) : void
describeLayoutAsync ( string sObjectType, string recordTypeIds, object userState ) : void
describeSObjectAsync ( string sObjectType ) : void
describeSObjectAsync ( string sObjectType, object userState ) : void
describeSObjectsAsync ( string sObjectType ) : void
describeSObjectsAsync ( string sObjectType, object userState ) : void
describeSearchScopeOrderAsync ( ) : void
describeSearchScopeOrderAsync ( object userState ) : void
describeSoftphoneLayoutAsync ( ) : void
describeSoftphoneLayoutAsync ( object userState ) : void
describeTabsAsync ( ) : void
describeTabsAsync ( object userState ) : void
emptyRecycleBinAsync ( string ids ) : void
emptyRecycleBinAsync ( string ids, object userState ) : void
getDeletedAsync ( string sObjectType, System startDate, System endDate ) : void
getDeletedAsync ( string sObjectType, System startDate, System endDate, object userState ) : void
getServerTimestampAsync ( ) : void
getServerTimestampAsync ( object userState ) : void
getUpdatedAsync ( string sObjectType, System startDate, System endDate ) : void
getUpdatedAsync ( string sObjectType, System startDate, System endDate, object userState ) : void
getUserInfoAsync ( ) : void
getUserInfoAsync ( object userState ) : void
invalidateSessionsAsync ( string sessionIds ) : void
invalidateSessionsAsync ( string sessionIds, object userState ) : void
loginAsync ( string username, string password ) : void
loginAsync ( string username, string password, object userState ) : void
logoutAsync ( ) : void
logoutAsync ( object userState ) : void
mergeAsync ( MergeRequest request ) : void
mergeAsync ( MergeRequest request, object userState ) : void
processAsync ( ProcessRequest actions ) : void
processAsync ( ProcessRequest actions, object userState ) : void
queryAllAsync ( string queryString ) : void
queryAllAsync ( string queryString, object userState ) : void
queryAsync ( string queryString ) : void
queryAsync ( string queryString, object userState ) : void
queryMoreAsync ( string queryLocator ) : void
queryMoreAsync ( string queryLocator, object userState ) : void
resetPasswordAsync ( string userId ) : void
resetPasswordAsync ( string userId, object userState ) : void
retrieveAsync ( string fieldList, string sObjectType, string ids ) : void
retrieveAsync ( string fieldList, string sObjectType, string ids, object userState ) : void
searchAsync ( string searchString ) : void
searchAsync ( string searchString, object userState ) : void
sendEmailAsync ( Email messages ) : void
sendEmailAsync ( Email messages, object userState ) : void
sendEmailMessageAsync ( string ids ) : void
sendEmailMessageAsync ( string ids, object userState ) : void
setPasswordAsync ( string userId, string password ) : void
setPasswordAsync ( string userId, string password, object userState ) : void
undeleteAsync ( string ids ) : void
undeleteAsync ( string ids, object userState ) : void
updateAsync ( sObject sObjects ) : void
updateAsync ( sObject sObjects, object userState ) : void
upsertAsync ( string externalIDFieldName, sObject sObjects ) : void
upsertAsync ( string externalIDFieldName, sObject sObjects, object userState ) : void

비공개 메소드들

메소드 설명
IsLocalFileSystemWebService ( string url ) : bool
OnconvertLeadOperationCompleted ( object arg ) : void
OncreateOperationCompleted ( object arg ) : void
OndeleteOperationCompleted ( object arg ) : void
OndescribeDataCategoryGroupStructuresOperationCompleted ( object arg ) : void
OndescribeDataCategoryGroupsOperationCompleted ( object arg ) : void
OndescribeGlobalOperationCompleted ( object arg ) : void
OndescribeLayoutOperationCompleted ( object arg ) : void
OndescribeSObjectOperationCompleted ( object arg ) : void
OndescribeSObjectsOperationCompleted ( object arg ) : void
OndescribeSearchScopeOrderOperationCompleted ( object arg ) : void
OndescribeSoftphoneLayoutOperationCompleted ( object arg ) : void
OndescribeTabsOperationCompleted ( object arg ) : void
OnemptyRecycleBinOperationCompleted ( object arg ) : void
OngetDeletedOperationCompleted ( object arg ) : void
OngetServerTimestampOperationCompleted ( object arg ) : void
OngetUpdatedOperationCompleted ( object arg ) : void
OngetUserInfoOperationCompleted ( object arg ) : void
OninvalidateSessionsOperationCompleted ( object arg ) : void
OnloginOperationCompleted ( object arg ) : void
OnlogoutOperationCompleted ( object arg ) : void
OnmergeOperationCompleted ( object arg ) : void
OnprocessOperationCompleted ( object arg ) : void
OnqueryAllOperationCompleted ( object arg ) : void
OnqueryMoreOperationCompleted ( object arg ) : void
OnqueryOperationCompleted ( object arg ) : void
OnresetPasswordOperationCompleted ( object arg ) : void
OnretrieveOperationCompleted ( object arg ) : void
OnsearchOperationCompleted ( object arg ) : void
OnsendEmailMessageOperationCompleted ( object arg ) : void
OnsendEmailOperationCompleted ( object arg ) : void
OnsetPasswordOperationCompleted ( object arg ) : void
OnundeleteOperationCompleted ( object arg ) : void
OnupdateOperationCompleted ( object arg ) : void
OnupsertOperationCompleted ( object arg ) : void
convertLead ( [ leadConverts ) : SalesforceNET.SalesforcePartnerAPI.LeadConvertResult[]
create ( [ sObjects ) : SalesforceNET.SalesforcePartnerAPI.SaveResult[]
delete ( [ ids ) : SalesforceNET.SalesforcePartnerAPI.DeleteResult[]
describeDataCategoryGroupStructures ( [ pairs, bool topCategoriesOnly ) : SalesforceNET.SalesforcePartnerAPI.DescribeDataCategoryGroupStructureResult[]
describeDataCategoryGroups ( [ sObjectType ) : SalesforceNET.SalesforcePartnerAPI.DescribeDataCategoryGroupResult[]
describeGlobal ( ) : DescribeGlobalResult
describeLayout ( string sObjectType, [ recordTypeIds ) : DescribeLayoutResult
describeSObject ( string sObjectType ) : DescribeSObjectResult
describeSObjects ( [ sObjectType ) : DescribeSObjectResult[]
describeSearchScopeOrder ( ) : DescribeSearchScopeOrderResult[]
describeSoftphoneLayout ( ) : DescribeSoftphoneLayoutResult
describeTabs ( ) : DescribeTabSetResult[]
emptyRecycleBin ( [ ids ) : EmptyRecycleBinResult[]
getDeleted ( string sObjectType, System startDate, System endDate ) : GetDeletedResult
getServerTimestamp ( ) : GetServerTimestampResult
getUpdated ( string sObjectType, System startDate, System endDate ) : GetUpdatedResult
getUserInfo ( ) : GetUserInfoResult
invalidateSessions ( [ sessionIds ) : InvalidateSessionsResult[]
login ( string username, string password ) : LoginResult
logout ( ) : void
merge ( [ request ) : MergeResult[]
process ( [ actions ) : ProcessResult[]
query ( string queryString ) : QueryResult
queryAll ( string queryString ) : QueryResult
queryMore ( string queryLocator ) : QueryResult
resetPassword ( string userId ) : ResetPasswordResult
retrieve ( string fieldList, string sObjectType, [ ids ) : sObject[]
search ( string searchString ) : SearchResult
sendEmail ( [ messages ) : SendEmailResult[]
sendEmailMessage ( [ ids ) : SendEmailResult[]
setPassword ( string userId, string password ) : SetPasswordResult
undelete ( [ ids ) : UndeleteResult[]
update ( [ sObjects ) : SaveResult[]
upsert ( string externalIDFieldName, [ sObjects ) : UpsertResult[]

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

SforceService() 공개 메소드

public SforceService ( ) : System
리턴 System

convertLeadAsync() 공개 메소드

public convertLeadAsync ( LeadConvert leadConverts ) : void
leadConverts LeadConvert
리턴 void

convertLeadAsync() 공개 메소드

public convertLeadAsync ( LeadConvert leadConverts, object userState ) : void
leadConverts LeadConvert
userState object
리턴 void

createAsync() 공개 메소드

public createAsync ( sObject sObjects ) : void
sObjects sObject
리턴 void

createAsync() 공개 메소드

public createAsync ( sObject sObjects, object userState ) : void
sObjects sObject
userState object
리턴 void

deleteAsync() 공개 메소드

public deleteAsync ( string ids ) : void
ids string
리턴 void

deleteAsync() 공개 메소드

public deleteAsync ( string ids, object userState ) : void
ids string
userState object
리턴 void

describeDataCategoryGroupStructuresAsync() 공개 메소드

public describeDataCategoryGroupStructuresAsync ( DataCategoryGroupSobjectTypePair pairs, bool topCategoriesOnly ) : void
pairs DataCategoryGroupSobjectTypePair
topCategoriesOnly bool
리턴 void

describeDataCategoryGroupStructuresAsync() 공개 메소드

public describeDataCategoryGroupStructuresAsync ( DataCategoryGroupSobjectTypePair pairs, bool topCategoriesOnly, object userState ) : void
pairs DataCategoryGroupSobjectTypePair
topCategoriesOnly bool
userState object
리턴 void

describeDataCategoryGroupsAsync() 공개 메소드

public describeDataCategoryGroupsAsync ( string sObjectType ) : void
sObjectType string
리턴 void

describeDataCategoryGroupsAsync() 공개 메소드

public describeDataCategoryGroupsAsync ( string sObjectType, object userState ) : void
sObjectType string
userState object
리턴 void

describeGlobalAsync() 공개 메소드

public describeGlobalAsync ( ) : void
리턴 void

describeGlobalAsync() 공개 메소드

public describeGlobalAsync ( object userState ) : void
userState object
리턴 void

describeLayoutAsync() 공개 메소드

public describeLayoutAsync ( string sObjectType, string recordTypeIds ) : void
sObjectType string
recordTypeIds string
리턴 void

describeLayoutAsync() 공개 메소드

public describeLayoutAsync ( string sObjectType, string recordTypeIds, object userState ) : void
sObjectType string
recordTypeIds string
userState object
리턴 void

describeSObjectAsync() 공개 메소드

public describeSObjectAsync ( string sObjectType ) : void
sObjectType string
리턴 void

describeSObjectAsync() 공개 메소드

public describeSObjectAsync ( string sObjectType, object userState ) : void
sObjectType string
userState object
리턴 void

describeSObjectsAsync() 공개 메소드

public describeSObjectsAsync ( string sObjectType ) : void
sObjectType string
리턴 void

describeSObjectsAsync() 공개 메소드

public describeSObjectsAsync ( string sObjectType, object userState ) : void
sObjectType string
userState object
리턴 void

describeSearchScopeOrderAsync() 공개 메소드

public describeSearchScopeOrderAsync ( ) : void
리턴 void

describeSearchScopeOrderAsync() 공개 메소드

public describeSearchScopeOrderAsync ( object userState ) : void
userState object
리턴 void

describeSoftphoneLayoutAsync() 공개 메소드

public describeSoftphoneLayoutAsync ( ) : void
리턴 void

describeSoftphoneLayoutAsync() 공개 메소드

public describeSoftphoneLayoutAsync ( object userState ) : void
userState object
리턴 void

describeTabsAsync() 공개 메소드

public describeTabsAsync ( ) : void
리턴 void

describeTabsAsync() 공개 메소드

public describeTabsAsync ( object userState ) : void
userState object
리턴 void

emptyRecycleBinAsync() 공개 메소드

public emptyRecycleBinAsync ( string ids ) : void
ids string
리턴 void

emptyRecycleBinAsync() 공개 메소드

public emptyRecycleBinAsync ( string ids, object userState ) : void
ids string
userState object
리턴 void

getDeletedAsync() 공개 메소드

public getDeletedAsync ( string sObjectType, System startDate, System endDate ) : void
sObjectType string
startDate System
endDate System
리턴 void

getDeletedAsync() 공개 메소드

public getDeletedAsync ( string sObjectType, System startDate, System endDate, object userState ) : void
sObjectType string
startDate System
endDate System
userState object
리턴 void

getServerTimestampAsync() 공개 메소드

public getServerTimestampAsync ( ) : void
리턴 void

getServerTimestampAsync() 공개 메소드

public getServerTimestampAsync ( object userState ) : void
userState object
리턴 void

getUpdatedAsync() 공개 메소드

public getUpdatedAsync ( string sObjectType, System startDate, System endDate ) : void
sObjectType string
startDate System
endDate System
리턴 void

getUpdatedAsync() 공개 메소드

public getUpdatedAsync ( string sObjectType, System startDate, System endDate, object userState ) : void
sObjectType string
startDate System
endDate System
userState object
리턴 void

getUserInfoAsync() 공개 메소드

public getUserInfoAsync ( ) : void
리턴 void

getUserInfoAsync() 공개 메소드

public getUserInfoAsync ( object userState ) : void
userState object
리턴 void

invalidateSessionsAsync() 공개 메소드

public invalidateSessionsAsync ( string sessionIds ) : void
sessionIds string
리턴 void

invalidateSessionsAsync() 공개 메소드

public invalidateSessionsAsync ( string sessionIds, object userState ) : void
sessionIds string
userState object
리턴 void

loginAsync() 공개 메소드

public loginAsync ( string username, string password ) : void
username string
password string
리턴 void

loginAsync() 공개 메소드

public loginAsync ( string username, string password, object userState ) : void
username string
password string
userState object
리턴 void

logoutAsync() 공개 메소드

public logoutAsync ( ) : void
리턴 void

logoutAsync() 공개 메소드

public logoutAsync ( object userState ) : void
userState object
리턴 void

mergeAsync() 공개 메소드

public mergeAsync ( MergeRequest request ) : void
request MergeRequest
리턴 void

mergeAsync() 공개 메소드

public mergeAsync ( MergeRequest request, object userState ) : void
request MergeRequest
userState object
리턴 void

processAsync() 공개 메소드

public processAsync ( ProcessRequest actions ) : void
actions ProcessRequest
리턴 void

processAsync() 공개 메소드

public processAsync ( ProcessRequest actions, object userState ) : void
actions ProcessRequest
userState object
리턴 void

queryAllAsync() 공개 메소드

public queryAllAsync ( string queryString ) : void
queryString string
리턴 void

queryAllAsync() 공개 메소드

public queryAllAsync ( string queryString, object userState ) : void
queryString string
userState object
리턴 void

queryAsync() 공개 메소드

public queryAsync ( string queryString ) : void
queryString string
리턴 void

queryAsync() 공개 메소드

public queryAsync ( string queryString, object userState ) : void
queryString string
userState object
리턴 void

queryMoreAsync() 공개 메소드

public queryMoreAsync ( string queryLocator ) : void
queryLocator string
리턴 void

queryMoreAsync() 공개 메소드

public queryMoreAsync ( string queryLocator, object userState ) : void
queryLocator string
userState object
리턴 void

resetPasswordAsync() 공개 메소드

public resetPasswordAsync ( string userId ) : void
userId string
리턴 void

resetPasswordAsync() 공개 메소드

public resetPasswordAsync ( string userId, object userState ) : void
userId string
userState object
리턴 void

retrieveAsync() 공개 메소드

public retrieveAsync ( string fieldList, string sObjectType, string ids ) : void
fieldList string
sObjectType string
ids string
리턴 void

retrieveAsync() 공개 메소드

public retrieveAsync ( string fieldList, string sObjectType, string ids, object userState ) : void
fieldList string
sObjectType string
ids string
userState object
리턴 void

searchAsync() 공개 메소드

public searchAsync ( string searchString ) : void
searchString string
리턴 void

searchAsync() 공개 메소드

public searchAsync ( string searchString, object userState ) : void
searchString string
userState object
리턴 void

sendEmailAsync() 공개 메소드

public sendEmailAsync ( Email messages ) : void
messages Email
리턴 void

sendEmailAsync() 공개 메소드

public sendEmailAsync ( Email messages, object userState ) : void
messages Email
userState object
리턴 void

sendEmailMessageAsync() 공개 메소드

public sendEmailMessageAsync ( string ids ) : void
ids string
리턴 void

sendEmailMessageAsync() 공개 메소드

public sendEmailMessageAsync ( string ids, object userState ) : void
ids string
userState object
리턴 void

setPasswordAsync() 공개 메소드

public setPasswordAsync ( string userId, string password ) : void
userId string
password string
리턴 void

setPasswordAsync() 공개 메소드

public setPasswordAsync ( string userId, string password, object userState ) : void
userId string
password string
userState object
리턴 void

undeleteAsync() 공개 메소드

public undeleteAsync ( string ids ) : void
ids string
리턴 void

undeleteAsync() 공개 메소드

public undeleteAsync ( string ids, object userState ) : void
ids string
userState object
리턴 void

updateAsync() 공개 메소드

public updateAsync ( sObject sObjects ) : void
sObjects sObject
리턴 void

updateAsync() 공개 메소드

public updateAsync ( sObject sObjects, object userState ) : void
sObjects sObject
userState object
리턴 void

upsertAsync() 공개 메소드

public upsertAsync ( string externalIDFieldName, sObject sObjects ) : void
externalIDFieldName string
sObjects sObject
리턴 void

upsertAsync() 공개 메소드

public upsertAsync ( string externalIDFieldName, sObject sObjects, object userState ) : void
externalIDFieldName string
sObjects sObject
userState object
리턴 void