C# Класс BatchBook.MegaComment

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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