C# 클래스 Sage_One_Authorisation_Client.Contact_Helpers.ContactManager

파일 보기 프로젝트 열기: Sage/sageone_api_csharp_sample 1 사용 예제들

공개 메소드들

메소드 설명
CreateContact ( string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string
DeleteContact ( string id, string token ) : string
GetContact ( string id, string token ) : ContactToGet
GetContactItemsPerPage ( string token, string page ) : ContactGetHeader
GetContacts ( string token ) : ContactGetHeader
GetContacts ( string token, string emailAddress ) : ContactGetHeader
UpdateContact ( string id, string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string

메소드 상세

CreateContact() 공개 메소드

public CreateContact ( string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string
name string
companyName string
email string
telephone string
contactTypeID int
token string
리턴 string

DeleteContact() 공개 메소드

public DeleteContact ( string id, string token ) : string
id string
token string
리턴 string

GetContact() 공개 메소드

public GetContact ( string id, string token ) : ContactToGet
id string
token string
리턴 ContactToGet

GetContactItemsPerPage() 공개 메소드

public GetContactItemsPerPage ( string token, string page ) : ContactGetHeader
token string
page string
리턴 ContactGetHeader

GetContacts() 공개 메소드

public GetContacts ( string token ) : ContactGetHeader
token string
리턴 ContactGetHeader

GetContacts() 공개 메소드

public GetContacts ( string token, string emailAddress ) : ContactGetHeader
token string
emailAddress string
리턴 ContactGetHeader

UpdateContact() 공개 메소드

public UpdateContact ( string id, string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string
id string
name string
companyName string
email string
telephone string
contactTypeID int
token string
리턴 string