Skip to main content

Class TaskListItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TaskListItem.

Inheritance

objectCarrierTaskListItem

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get TaskListItem 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new AppointmentAgent(configuration);
var taskListItem = agent.GetTaskListItem( 123 );

Constructors

TaskListItem()

Default constructor - defaults any enum props to 0.

Properties

ColorIndex

JAP NULL if unknown enum value.

Property Value

ColorIndex?

See Also

TaskListItem.ColorIndex_String

ColorIndex_String

JAP Raw string enum value.

Property Value

string

See Also

TaskListItem.ColorIndex

DefaultVideomeetingStatus

Default video-meeting status for meetings created in SuperOffice CRM. NULL if unknown enum value.

Property Value

VideoMeetingStatus?

See Also

TaskListItem.DefaultVideomeetingStatus_String

DefaultVideomeetingStatus_String

Default video-meeting status for meetings created in SuperOffice CRM. Raw string enum value.

Property Value

string

See Also

TaskListItem.DefaultVideomeetingStatus

Deleted

If true, the Task list item is deleted

Property Value

bool

Direction

1 = incoming, 2 = outgoing, see EAppntDirection NULL if unknown enum value.

Property Value

TaskDirection?

See Also

TaskListItem.Direction_String

Direction_String

1 = incoming, 2 = outgoing, see EAppntDirection Raw string enum value.

Property Value

string

See Also

TaskListItem.Direction

IntentId

Link to the intention of this kind of task (used by SAINT)

Property Value

int

IsDefaultAlldayEvent

True if all day event

Property Value

bool

IsDefaultFree

True if free, false if busy

Property Value

bool

IsDefaultPublished

Published to external persons

Property Value

bool

Rank

Rank order

Property Value

short

TaskListItemId

Primary key

Property Value

int

Tooltip

Tooltip or other description

Property Value

string

Type

1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes NULL if unknown enum value.

Property Value

TaskType?

See Also

TaskListItem.Type_String

Type_String

1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes Raw string enum value.

Property Value

string

See Also

TaskListItem.Type

Value

The list item

Property Value

string

See Also

AppointmentAgent