C# Class CallFire_csharp_sdk.Common.DataManagement.CfAction

Datei anzeigen Open project: CallFire/CallFire-CSharp-SDK Class Usage Examples

Public Methods

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

Method Details

CfAction() public method

public CfAction ( ) : System
return System

CfAction() public method

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
return System