Skip to main content

Class ContactActivity

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

Inheritance

objectCarrierContactActivity

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()

Constructors

ContactActivity()

Default constructor - defaults any enum props to 0.

Properties

Action

The activity that has occured on this contact. NULL if unknown enum value.

Property Value

ContactAction?

See Also

ContactActivity.Action_String

ActionId

Id of the last element an activity was found on. I.e. AppointmentId, ContactId, or PersonId

Property Value

int

ActionTime

The time of the activity. If more than one activity has occured on the contact, the last activity time is shown.

Property Value

DateTime

Action_String

The activity that has occured on this contact. Raw string enum value.

Property Value

string

See Also

ContactActivity.Action

ActivityPersonId

Id of the person causing the activity.

Property Value

int

ActivityPersonName

The person that carried out the activity on the contact.

Property Value

string

AssociateFullName

The contact’s owner

Property Value

string

AssociateId

Our contact

Property Value

int

Category

The contact category.

Property Value

string

ContactId

Primary key

Property Value

int

Department

Department

Property Value

string

Name

Contact name

Property Value

string

OrgNr

VAT number or similar

Property Value

string

PersonId

The person id

Property Value

int

URL

URL address

Property Value

string

See Also

ContactAgent