C# Class SalesforceNET.SalesforcePartnerAPI.SforceService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
显示文件 Open project: kkarahainko/Salesforce.NET

Public Methods

Method Description
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

Private Methods

Method Description
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[]

Method Details

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

SforceService() public method

public SforceService ( ) : System
return System

convertLeadAsync() public method

public convertLeadAsync ( LeadConvert leadConverts ) : void
leadConverts LeadConvert
return void

convertLeadAsync() public method

public convertLeadAsync ( LeadConvert leadConverts, object userState ) : void
leadConverts LeadConvert
userState object
return void

createAsync() public method

public createAsync ( sObject sObjects ) : void
sObjects sObject
return void

createAsync() public method

public createAsync ( sObject sObjects, object userState ) : void
sObjects sObject
userState object
return void

deleteAsync() public method

public deleteAsync ( string ids ) : void
ids string
return void

deleteAsync() public method

public deleteAsync ( string ids, object userState ) : void
ids string
userState object
return void

describeDataCategoryGroupStructuresAsync() public method

public describeDataCategoryGroupStructuresAsync ( DataCategoryGroupSobjectTypePair pairs, bool topCategoriesOnly ) : void
pairs DataCategoryGroupSobjectTypePair
topCategoriesOnly bool
return void

describeDataCategoryGroupStructuresAsync() public method

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

describeDataCategoryGroupsAsync() public method

public describeDataCategoryGroupsAsync ( string sObjectType ) : void
sObjectType string
return void

describeDataCategoryGroupsAsync() public method

public describeDataCategoryGroupsAsync ( string sObjectType, object userState ) : void
sObjectType string
userState object
return void

describeGlobalAsync() public method

public describeGlobalAsync ( ) : void
return void

describeGlobalAsync() public method

public describeGlobalAsync ( object userState ) : void
userState object
return void

describeLayoutAsync() public method

public describeLayoutAsync ( string sObjectType, string recordTypeIds ) : void
sObjectType string
recordTypeIds string
return void

describeLayoutAsync() public method

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

describeSObjectAsync() public method

public describeSObjectAsync ( string sObjectType ) : void
sObjectType string
return void

describeSObjectAsync() public method

public describeSObjectAsync ( string sObjectType, object userState ) : void
sObjectType string
userState object
return void

describeSObjectsAsync() public method

public describeSObjectsAsync ( string sObjectType ) : void
sObjectType string
return void

describeSObjectsAsync() public method

public describeSObjectsAsync ( string sObjectType, object userState ) : void
sObjectType string
userState object
return void

describeSearchScopeOrderAsync() public method

public describeSearchScopeOrderAsync ( ) : void
return void

describeSearchScopeOrderAsync() public method

public describeSearchScopeOrderAsync ( object userState ) : void
userState object
return void

describeSoftphoneLayoutAsync() public method

public describeSoftphoneLayoutAsync ( ) : void
return void

describeSoftphoneLayoutAsync() public method

public describeSoftphoneLayoutAsync ( object userState ) : void
userState object
return void

describeTabsAsync() public method

public describeTabsAsync ( ) : void
return void

describeTabsAsync() public method

public describeTabsAsync ( object userState ) : void
userState object
return void

emptyRecycleBinAsync() public method

public emptyRecycleBinAsync ( string ids ) : void
ids string
return void

emptyRecycleBinAsync() public method

public emptyRecycleBinAsync ( string ids, object userState ) : void
ids string
userState object
return void

getDeletedAsync() public method

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

getDeletedAsync() public method

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

getServerTimestampAsync() public method

public getServerTimestampAsync ( ) : void
return void

getServerTimestampAsync() public method

public getServerTimestampAsync ( object userState ) : void
userState object
return void

getUpdatedAsync() public method

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

getUpdatedAsync() public method

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

getUserInfoAsync() public method

public getUserInfoAsync ( ) : void
return void

getUserInfoAsync() public method

public getUserInfoAsync ( object userState ) : void
userState object
return void

invalidateSessionsAsync() public method

public invalidateSessionsAsync ( string sessionIds ) : void
sessionIds string
return void

invalidateSessionsAsync() public method

public invalidateSessionsAsync ( string sessionIds, object userState ) : void
sessionIds string
userState object
return void

loginAsync() public method

public loginAsync ( string username, string password ) : void
username string
password string
return void

loginAsync() public method

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

logoutAsync() public method

public logoutAsync ( ) : void
return void

logoutAsync() public method

public logoutAsync ( object userState ) : void
userState object
return void

mergeAsync() public method

public mergeAsync ( MergeRequest request ) : void
request MergeRequest
return void

mergeAsync() public method

public mergeAsync ( MergeRequest request, object userState ) : void
request MergeRequest
userState object
return void

processAsync() public method

public processAsync ( ProcessRequest actions ) : void
actions ProcessRequest
return void

processAsync() public method

public processAsync ( ProcessRequest actions, object userState ) : void
actions ProcessRequest
userState object
return void

queryAllAsync() public method

public queryAllAsync ( string queryString ) : void
queryString string
return void

queryAllAsync() public method

public queryAllAsync ( string queryString, object userState ) : void
queryString string
userState object
return void

queryAsync() public method

public queryAsync ( string queryString ) : void
queryString string
return void

queryAsync() public method

public queryAsync ( string queryString, object userState ) : void
queryString string
userState object
return void

queryMoreAsync() public method

public queryMoreAsync ( string queryLocator ) : void
queryLocator string
return void

queryMoreAsync() public method

public queryMoreAsync ( string queryLocator, object userState ) : void
queryLocator string
userState object
return void

resetPasswordAsync() public method

public resetPasswordAsync ( string userId ) : void
userId string
return void

resetPasswordAsync() public method

public resetPasswordAsync ( string userId, object userState ) : void
userId string
userState object
return void

retrieveAsync() public method

public retrieveAsync ( string fieldList, string sObjectType, string ids ) : void
fieldList string
sObjectType string
ids string
return void

retrieveAsync() public method

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

searchAsync() public method

public searchAsync ( string searchString ) : void
searchString string
return void

searchAsync() public method

public searchAsync ( string searchString, object userState ) : void
searchString string
userState object
return void

sendEmailAsync() public method

public sendEmailAsync ( Email messages ) : void
messages Email
return void

sendEmailAsync() public method

public sendEmailAsync ( Email messages, object userState ) : void
messages Email
userState object
return void

sendEmailMessageAsync() public method

public sendEmailMessageAsync ( string ids ) : void
ids string
return void

sendEmailMessageAsync() public method

public sendEmailMessageAsync ( string ids, object userState ) : void
ids string
userState object
return void

setPasswordAsync() public method

public setPasswordAsync ( string userId, string password ) : void
userId string
password string
return void

setPasswordAsync() public method

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

undeleteAsync() public method

public undeleteAsync ( string ids ) : void
ids string
return void

undeleteAsync() public method

public undeleteAsync ( string ids, object userState ) : void
ids string
userState object
return void

updateAsync() public method

public updateAsync ( sObject sObjects ) : void
sObjects sObject
return void

updateAsync() public method

public updateAsync ( sObject sObjects, object userState ) : void
sObjects sObject
userState object
return void

upsertAsync() public method

public upsertAsync ( string externalIDFieldName, sObject sObjects ) : void
externalIDFieldName string
sObjects sObject
return void

upsertAsync() public method

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