Click or drag to resize

IActivityListItem Interface

Represents a row in an activity archive. Can be a document, appointment or sale row. Never implemented A collection of activities. Each activity can be a sale, document or appointment Represents a row in an activity archive. Can be a document, appointment or sale row.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IActivityListItem

The IActivityListItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAppointment
Appointment - is NULL if inappropriate Never implemented A collection of activities. Each activity can be a sale, document or appointment The Appointment object to this activity if the activity is an appointment. It returns NULL if inappropriate
Public propertyCode exampleAssociate
Associate - owner of item Never implemented A collection of activities. Each activity can be a sale, document or appointment The associate object that this activity item belongs to
Public propertyCode exampleAssociateName
AssociateName - name of owner of item Never implemented A collection of activities. Each activity can be a sale, document or appointment The associate object that this activity item belongs to The login name of the associate who owns this activity list item
Public propertyCode exampleContactName
Name of Contact - blank if no contact set. Never implemented A collection of activities. Each activity can be a sale, document or appointment

The name of the contact that this activity item is connected to.

When you ask for a contact activity list, ContactName will always be blank

Public propertyCode exampleDate
Date - sale date, document date, do-by date Never implemented A collection of activities. Each activity can be a sale, document or appointment Scheduled date for this activity
Public propertyCode exampleDescription
Text - description, document title, sale title Never implemented A collection of activities. Each activity can be a sale, document or appointment Text string from the description field in the Appointment dialog or Sale dialog. For a document, the description is shown in the Document dialog as the keywords, just below the subject
Public propertyCode exampleDocument
Document - is NULL if inappropriate Never implemented A collection of activities. Each activity can be a sale, document or appointment The document object to this activity if the activity is a document. It returns NULL if inappropriate.
Public propertyCode exampleDone
Is completed? Never implemented A collection of activities. Each activity can be a sale, document or appointment Status flag, indicating if this activity is set as completed or not
Public propertyCode exampleIconId
IconId - type of activity Never implemented A collection of activities. Each activity can be a sale, document or appointment Identifier of the icon to be used to identify this activity; when creating a new appointment, the appointment type knows what icon it is associated with
Public propertyCode exampleIdentity
Identity of the row Never implemented A collection of activities. Each activity can be a sale, document or appointment The unique database identifier for this activity item
Public propertyCode examplePerson
Person object Never implemented A collection of activities. Each activity can be a sale, document or appointment A reference to the person object this activity is connected to. May be null
Public propertyCode examplePersonName
Name of Person Never implemented A collection of activities. Each activity can be a sale, document or appointment A reference to the person object this activity is connected to. May be null A string representing the full name of the person (first name and last name)
Public propertyCode exampleProjectName
Name of Project - blank if no project set. Never implemented A collection of activities. Each activity can be a sale, document or appointment Name of the project to which this activity is connected. May be null. When you ask for a project activity list, ProjectName will always be blank
Public propertyCode exampleRowType
RowType - Appointment,Document or Sale Never implemented A collection of activities. Each activity can be a sale, document or appointment The type of activity (Appointment, Document or Sale)
Public propertyCode exampleSale
Sale - is NULL if inappropriate Never implemented A collection of activities. Each activity can be a sale, document or appointment The sale object to this activity if the activity is a Sale. It returns NULL if inappropriate
Public propertyCode exampleTypeText
Type of thing (appointment type, document template, sale rating) Never implemented A collection of activities. Each activity can be a sale, document or appointment A string representation of the RowType (see SOActivityListItem.RowType )
Top
See Also