C# 클래스 PureCloudRESTService.WebServicesImplementation

상속: IWebServicesServer
파일 보기 프로젝트 열기: MyPureCloud/BridgeServerSqlRestConnector 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SQLGetAccount inin.Bridge.WebServices.Datadip.Lib.Account
SQLGetContact inin.Bridge.WebServices.Datadip.Lib.Contact
getAddress inin.Bridge.WebServices.Datadip.Lib.Address
getEmails inin.Bridge.WebServices.Datadip.Lib.EmailAddresses
getPhoneNumbers inin.Bridge.WebServices.Datadip.Lib.PhoneNumbers
readFromFile string

공개 메소드들

메소드 설명
GetAccountByAccountNumber ( AccountNumberRequest req ) : ResponseAccount
GetAccountByContactId ( ContactIdRequest cidr ) : ResponseAccount
GetAccountByPhoneNumber ( PhoneNumberRequest req ) : ResponseAccount
GetContactByPhoneNumber ( PhoneNumberRequest req ) : ResponseContact
GetMostRecentOpenCaseByContactId ( ContactIdRequest cidr ) : ResponseCase
WebServicesImplementation ( ) : System

비공개 메소드들

메소드 설명
SQLGetAccount ( string query ) : Account
SQLGetContact ( string query ) : Contact
getAddress ( System.Data.SqlClient.SqlDataReader reader, List fields ) : Address
getEmails ( System.Data.SqlClient.SqlDataReader reader, int count, List mappings ) : EmailAddresses
getPhoneNumbers ( System.Data.SqlClient.SqlDataReader reader, int count, List mappings ) : PhoneNumbers
readFromFile ( string filePath ) : string

메소드 상세

GetAccountByAccountNumber() 공개 메소드

public GetAccountByAccountNumber ( AccountNumberRequest req ) : ResponseAccount
req inin.Bridge.WebServices.Datadip.Lib.AccountNumberRequest
리턴 inin.Bridge.WebServices.Datadip.Lib.ResponseAccount

GetAccountByContactId() 공개 메소드

public GetAccountByContactId ( ContactIdRequest cidr ) : ResponseAccount
cidr inin.Bridge.WebServices.Datadip.Lib.ContactIdRequest
리턴 inin.Bridge.WebServices.Datadip.Lib.ResponseAccount

GetAccountByPhoneNumber() 공개 메소드

public GetAccountByPhoneNumber ( PhoneNumberRequest req ) : ResponseAccount
req inin.Bridge.WebServices.Datadip.Lib.PhoneNumberRequest
리턴 inin.Bridge.WebServices.Datadip.Lib.ResponseAccount

GetContactByPhoneNumber() 공개 메소드

public GetContactByPhoneNumber ( PhoneNumberRequest req ) : ResponseContact
req inin.Bridge.WebServices.Datadip.Lib.PhoneNumberRequest
리턴 inin.Bridge.WebServices.Datadip.Lib.ResponseContact

GetMostRecentOpenCaseByContactId() 공개 메소드

public GetMostRecentOpenCaseByContactId ( ContactIdRequest cidr ) : ResponseCase
cidr inin.Bridge.WebServices.Datadip.Lib.ContactIdRequest
리턴 inin.Bridge.WebServices.Datadip.Lib.ResponseCase

WebServicesImplementation() 공개 메소드

public WebServicesImplementation ( ) : System
리턴 System