C# Класс CallFire_csharp_sdk.Common.DataManagement.CfAction

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

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

Метод Описание
CfAction ( ) : System
CfAction ( string fromNumber, CfToNumber toNumber, CfActionState state, long batchId, long broadcastId, long contactId, bool inbound, System.DateTime created, System.DateTime modified, CfResult finalResult, CfLabel label, long id ) : System

Описание методов

CfAction() публичный Метод

public CfAction ( ) : System
Результат System

CfAction() публичный Метод

public CfAction ( string fromNumber, CfToNumber toNumber, CfActionState state, long batchId, long broadcastId, long contactId, bool inbound, System.DateTime created, System.DateTime modified, CfResult finalResult, CfLabel label, long id ) : System
fromNumber string
toNumber CfToNumber
state CfActionState
batchId long
broadcastId long
contactId long
inbound bool
created System.DateTime
modified System.DateTime
finalResult CfResult
label CfLabel
id long
Результат System