C# Class BatchBook.MegaComment

显示文件 Open project: batchblue/batchbook-net Class Usage Examples

Public Methods

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

Private Methods

Method Description
BuildList ( XmlReader rdr ) : BatchBook.MegaComment[]
MegaComment ( XmlReader rdr ) : System

Method Details

CreateOnCommunication() public static method

public static CreateOnCommunication ( int communicationId, string comment ) : int
communicationId int
comment string
return int

CreateOnCommunication() public static method

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

CreateOnCompany() public static method

public static CreateOnCompany ( int companyId, string comment ) : int
companyId int
comment string
return int

CreateOnCompany() public static method

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

CreateOnDeal() public static method

public static CreateOnDeal ( int dealId, string comment ) : int
dealId int
comment string
return int

CreateOnDeal() public static method

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

CreateOnPerson() public static method

public static CreateOnPerson ( int personId, string comment ) : int
personId int
comment string
return int

CreateOnPerson() public static method

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

Destroy() public static method

public static Destroy ( int commentId ) : void
commentId int
return void

Destroy() public static method

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

Get() public static method

public static Get ( int commentId ) : MegaComment
commentId int
return MegaComment

Get() public static method

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

List() public method

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

List() public method

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

Update() public static method

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

Update() public static method

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