C# 클래스 BatchBook.MegaComment

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

공개 메소드들

메소드 설명
CreateOnCommunication ( int communicationId, string comment ) : int
CreateOnCommunication ( string apiKey, int communicationId, string comment ) : int
CreateOnCompany ( int companyId, string comment ) : int
CreateOnCompany ( string apiKey, int companyId, string comment ) : int
CreateOnDeal ( int dealId, string comment ) : int
CreateOnDeal ( string apiKey, int dealId, string comment ) : int
CreateOnPerson ( int personId, string comment ) : int
CreateOnPerson ( string apiKey, int personId, string comment ) : int
Destroy ( int commentId ) : void
Destroy ( string apiKey, int commentId ) : void
Get ( int commentId ) : MegaComment
Get ( string apiKey, int commentId ) : MegaComment
List ( int page ) : BatchBook.MegaComment[]
List ( string apiKey, int page ) : BatchBook.MegaComment[]
Update ( int commentId, string comment ) : void
Update ( string apiKey, int commentId, string comment ) : void

비공개 메소드들

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

메소드 상세

CreateOnCommunication() 공개 정적인 메소드

public static CreateOnCommunication ( int communicationId, string comment ) : int
communicationId int
comment string
리턴 int

CreateOnCommunication() 공개 정적인 메소드

public static CreateOnCommunication ( string apiKey, int communicationId, string comment ) : int
apiKey string
communicationId int
comment string
리턴 int

CreateOnCompany() 공개 정적인 메소드

public static CreateOnCompany ( int companyId, string comment ) : int
companyId int
comment string
리턴 int

CreateOnCompany() 공개 정적인 메소드

public static CreateOnCompany ( string apiKey, int companyId, string comment ) : int
apiKey string
companyId int
comment string
리턴 int

CreateOnDeal() 공개 정적인 메소드

public static CreateOnDeal ( int dealId, string comment ) : int
dealId int
comment string
리턴 int

CreateOnDeal() 공개 정적인 메소드

public static CreateOnDeal ( string apiKey, int dealId, string comment ) : int
apiKey string
dealId int
comment string
리턴 int

CreateOnPerson() 공개 정적인 메소드

public static CreateOnPerson ( int personId, string comment ) : int
personId int
comment string
리턴 int

CreateOnPerson() 공개 정적인 메소드

public static CreateOnPerson ( string apiKey, int personId, string comment ) : int
apiKey string
personId int
comment string
리턴 int

Destroy() 공개 정적인 메소드

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

Destroy() 공개 정적인 메소드

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

Get() 공개 정적인 메소드

public static Get ( int commentId ) : MegaComment
commentId int
리턴 MegaComment

Get() 공개 정적인 메소드

public static Get ( string apiKey, int commentId ) : MegaComment
apiKey string
commentId int
리턴 MegaComment

List() 공개 메소드

public List ( int page ) : BatchBook.MegaComment[]
page int
리턴 BatchBook.MegaComment[]

List() 공개 메소드

public List ( string apiKey, int page ) : BatchBook.MegaComment[]
apiKey string
page int
리턴 BatchBook.MegaComment[]

Update() 공개 정적인 메소드

public static Update ( int commentId, string comment ) : void
commentId int
comment string
리턴 void

Update() 공개 정적인 메소드

public static Update ( string apiKey, int commentId, string comment ) : void
apiKey string
commentId int
comment string
리턴 void