C# Class CallFire_csharp_sdk.Common.DataManagement.CfText

Inheritance: CfAction
Show file Open project: CallFire/CallFire-CSharp-SDK Class Usage Examples

Public Methods

Method Description
CfText ( 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, string message, CfTextRecord textRecord ) : System

Method Details

CfText() public method

public CfText ( 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, string message, CfTextRecord textRecord ) : 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
message string
textRecord CfTextRecord
return System