class Teak.Channel.Status

Encapsulation of the state of a Teak marketing channel.

Methods

ToDictionary

Dictionary representation of this object, suitable for JSON encoding.

Dictionary<string, object> ToDictionary();

Return

Dictionary representation of this object.

Properties

Name Type Description Access

State

State of the marketing channel.

Get

StateName

string

The string version of the state of the marketing channel.

Get

Categories

Dictionary<string, string>

The states of categories within the marketing channel.

Get

this[string category]

The category state within the marketing channel.

Get

DeliveryFault

bool

true if there was a failure the last time a delivery was attempted to this channel.

Get