C# Class BatchBook.MegaComment

Afficher le fichier Open project: batchblue/batchbook-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
BuildList ( XmlReader rdr ) : BatchBook.MegaComment[]
MegaComment ( XmlReader rdr ) : System

Method Details

CreateOnCommunication() public static méthode

public static CreateOnCommunication ( int communicationId, string comment ) : int
communicationId int
comment string
Résultat int

CreateOnCommunication() public static méthode

public static CreateOnCommunication ( string apiKey, int communicationId, string comment ) : int
apiKey string
communicationId int
comment string
Résultat int

CreateOnCompany() public static méthode

public static CreateOnCompany ( int companyId, string comment ) : int
companyId int
comment string
Résultat int

CreateOnCompany() public static méthode

public static CreateOnCompany ( string apiKey, int companyId, string comment ) : int
apiKey string
companyId int
comment string
Résultat int

CreateOnDeal() public static méthode

public static CreateOnDeal ( int dealId, string comment ) : int
dealId int
comment string
Résultat int

CreateOnDeal() public static méthode

public static CreateOnDeal ( string apiKey, int dealId, string comment ) : int
apiKey string
dealId int
comment string
Résultat int

CreateOnPerson() public static méthode

public static CreateOnPerson ( int personId, string comment ) : int
personId int
comment string
Résultat int

CreateOnPerson() public static méthode

public static CreateOnPerson ( string apiKey, int personId, string comment ) : int
apiKey string
personId int
comment string
Résultat int

Destroy() public static méthode

public static Destroy ( int commentId ) : void
commentId int
Résultat void

Destroy() public static méthode

public static Destroy ( string apiKey, int commentId ) : void
apiKey string
commentId int
Résultat void

Get() public static méthode

public static Get ( int commentId ) : MegaComment
commentId int
Résultat MegaComment

Get() public static méthode

public static Get ( string apiKey, int commentId ) : MegaComment
apiKey string
commentId int
Résultat MegaComment

List() public méthode

public List ( int page ) : BatchBook.MegaComment[]
page int
Résultat BatchBook.MegaComment[]

List() public méthode

public List ( string apiKey, int page ) : BatchBook.MegaComment[]
apiKey string
page int
Résultat BatchBook.MegaComment[]

Update() public static méthode

public static Update ( int commentId, string comment ) : void
commentId int
comment string
Résultat void

Update() public static méthode

public static Update ( string apiKey, int commentId, string comment ) : void
apiKey string
commentId int
comment string
Résultat void