C# 클래스 BatchBook.Communication

파일 보기 프로젝트 열기: batchblue/batchbook-net 1 사용 예제들

공개 메소드들

메소드 설명
AddParticipant ( int communicationId, int contactId, string role ) : void
AddParticipant ( string apiKey, int communicationId, int contactId, string role ) : void
Create ( string subject, string body, System.DateTime date, string ctype ) : int
Create ( string apiKey, string subject, string body, System.DateTime date, string ctype ) : int
Destroy ( int communcationId ) : void
Destroy ( string apiKey, int communcationId ) : void
Get ( int communicationId ) : Communication
Get ( string apiKey, int communicationId ) : Communication
GetParticipants ( string apiKey ) : Participant[]
List ( int limit, int offset ) : BatchBook.Communication[]
List ( string apiKey, int limit, int offset ) : BatchBook.Communication[]
ListByCompany ( int companyId ) : BatchBook.Communication[]
ListByCompany ( string apiKey, int companyId ) : BatchBook.Communication[]
ListByPerson ( int personId ) : BatchBook.Communication[]
ListByPerson ( string apiKey, int personId ) : BatchBook.Communication[]
ListParticipants ( int communicationId ) : Participant[]
ListParticipants ( int communicationId, string role ) : Participant[]
ListParticipants ( string apiKey, int communicationId ) : Participant[]
ListParticipants ( string apiKey, int communicationId, string role ) : Participant[]
RemoveParticipant ( int communicationId, int contactId, string role ) : void
RemoveParticipant ( string apiKey, int communicationId, int contactId, string role ) : void
Search ( string ctype, int contactId, System.DateTime updatedSince, System.DateTime updatedBefore, System.DateTime createdSince, System.DateTime createdBefore ) : BatchBook.Communication[]
Search ( string apiKey, string ctype, int contactId, System.DateTime updatedSince, System.DateTime updatedBefore, System.DateTime createdSince, System.DateTime createdBefore ) : BatchBook.Communication[]
Update ( int communcationId, string subject, string body, System.DateTime date, string ctype ) : void
Update ( string apiKey, int communcationId, string subject, string body, System.DateTime date, string ctype ) : void

비공개 메소드들

메소드 설명
BuildList ( XmlReader rdr ) : BatchBook.Communication[]
Communication ( XmlReader rdr ) : System

메소드 상세

AddParticipant() 공개 정적인 메소드

public static AddParticipant ( int communicationId, int contactId, string role ) : void
communicationId int
contactId int
role string
리턴 void

AddParticipant() 공개 정적인 메소드

public static AddParticipant ( string apiKey, int communicationId, int contactId, string role ) : void
apiKey string
communicationId int
contactId int
role string
리턴 void

Create() 공개 정적인 메소드

public static Create ( string subject, string body, System.DateTime date, string ctype ) : int
subject string
body string
date System.DateTime
ctype string
리턴 int

Create() 공개 정적인 메소드

public static Create ( string apiKey, string subject, string body, System.DateTime date, string ctype ) : int
apiKey string
subject string
body string
date System.DateTime
ctype string
리턴 int

Destroy() 공개 정적인 메소드

public static Destroy ( int communcationId ) : void
communcationId int
리턴 void

Destroy() 공개 정적인 메소드

public static Destroy ( string apiKey, int communcationId ) : void
apiKey string
communcationId int
리턴 void

Get() 공개 정적인 메소드

public static Get ( int communicationId ) : Communication
communicationId int
리턴 Communication

Get() 공개 정적인 메소드

public static Get ( string apiKey, int communicationId ) : Communication
apiKey string
communicationId int
리턴 Communication

GetParticipants() 공개 메소드

public GetParticipants ( string apiKey ) : Participant[]
apiKey string
리턴 Participant[]

List() 공개 정적인 메소드

public static List ( int limit, int offset ) : BatchBook.Communication[]
limit int
offset int
리턴 BatchBook.Communication[]

List() 공개 정적인 메소드

public static List ( string apiKey, int limit, int offset ) : BatchBook.Communication[]
apiKey string
limit int
offset int
리턴 BatchBook.Communication[]

ListByCompany() 공개 정적인 메소드

public static ListByCompany ( int companyId ) : BatchBook.Communication[]
companyId int
리턴 BatchBook.Communication[]

ListByCompany() 공개 정적인 메소드

public static ListByCompany ( string apiKey, int companyId ) : BatchBook.Communication[]
apiKey string
companyId int
리턴 BatchBook.Communication[]

ListByPerson() 공개 정적인 메소드

public static ListByPerson ( int personId ) : BatchBook.Communication[]
personId int
리턴 BatchBook.Communication[]

ListByPerson() 공개 정적인 메소드

public static ListByPerson ( string apiKey, int personId ) : BatchBook.Communication[]
apiKey string
personId int
리턴 BatchBook.Communication[]

ListParticipants() 공개 정적인 메소드

public static ListParticipants ( int communicationId ) : Participant[]
communicationId int
리턴 Participant[]

ListParticipants() 공개 정적인 메소드

public static ListParticipants ( int communicationId, string role ) : Participant[]
communicationId int
role string
리턴 Participant[]

ListParticipants() 공개 정적인 메소드

public static ListParticipants ( string apiKey, int communicationId ) : Participant[]
apiKey string
communicationId int
리턴 Participant[]

ListParticipants() 공개 정적인 메소드

public static ListParticipants ( string apiKey, int communicationId, string role ) : Participant[]
apiKey string
communicationId int
role string
리턴 Participant[]

RemoveParticipant() 공개 정적인 메소드

public static RemoveParticipant ( int communicationId, int contactId, string role ) : void
communicationId int
contactId int
role string
리턴 void

RemoveParticipant() 공개 정적인 메소드

public static RemoveParticipant ( string apiKey, int communicationId, int contactId, string role ) : void
apiKey string
communicationId int
contactId int
role string
리턴 void

Search() 공개 정적인 메소드

public static Search ( string ctype, int contactId, System.DateTime updatedSince, System.DateTime updatedBefore, System.DateTime createdSince, System.DateTime createdBefore ) : BatchBook.Communication[]
ctype string
contactId int
updatedSince System.DateTime
updatedBefore System.DateTime
createdSince System.DateTime
createdBefore System.DateTime
리턴 BatchBook.Communication[]

Search() 공개 정적인 메소드

public static Search ( string apiKey, string ctype, int contactId, System.DateTime updatedSince, System.DateTime updatedBefore, System.DateTime createdSince, System.DateTime createdBefore ) : BatchBook.Communication[]
apiKey string
ctype string
contactId int
updatedSince System.DateTime
updatedBefore System.DateTime
createdSince System.DateTime
createdBefore System.DateTime
리턴 BatchBook.Communication[]

Update() 공개 정적인 메소드

public static Update ( int communcationId, string subject, string body, System.DateTime date, string ctype ) : void
communcationId int
subject string
body string
date System.DateTime
ctype string
리턴 void

Update() 공개 정적인 메소드

public static Update ( string apiKey, int communcationId, string subject, string body, System.DateTime date, string ctype ) : void
apiKey string
communcationId int
subject string
body string
date System.DateTime
ctype string
리턴 void