Click or drag to resize

IActivityLinks Interface

ActivityLink - collections of documents attached to this appointment/sale/document Never implemented

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

The IActivityLinks type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAppointments
The list of appointments attached to the appointment/sale/document/project Never implemented
Public propertyContacts
The list of contacts attached to the appointment/sale/document/project/person/selection Never implemented
Public propertyCode exampleDocuments
The list of documents attached to the appointment/sale/document/project Never implemented
Public propertyPersons
The list of persons attached to the appointment/sale/document/project/contact/seection Never implemented
Public propertyProjects
The list of projects attached to the appointment/sale/document/project Never implemented
Public propertyCode exampleSales
The list of sales attached to the appointment/sale/document/project Never implemented
Public propertySelections
The list of selections attached to the appointment/sale/document/project/contact/person Never implemented
Public propertyUrls
The list of url link items attached to the appointment/sale/document/project Never implemented
Top
Methods
  NameDescription
Public methodCode exampleAddAppointment
Add an appointment to the list Never implemented
Public methodAddContact
Add a contact to the list Never implemented
Public methodCode exampleAddDocument
Add a document to the list Never implemented
Public methodAddPerson
Add a person to the list Never implemented
Public methodAddProject
Add a project to the list Never implemented
Public methodCode exampleAddSale
Add a sale to the list Never implemented
Public methodAddSelection
Add a selection to the list Never implemented
Public methodAddUrl
Add a url link to the list. UrlAddress, UrlDescription and RelationComment Never implemented
Public methodCode exampleRemoveAppointment
Method for removing an appointment from the list of links Never implemented
Public methodRemoveContact
Method for removing a contact from the list of links Never implemented
Public methodCode exampleRemoveDocument
Method for removing a documentlink Never implemented
Public methodRemovePerson
Method for removing a person from the list of links Never implemented
Public methodRemoveProject
Method for removing a project from the list of links Never implemented
Public methodCode exampleRemoveSale
Method for removing a sale from the list of links Never implemented
Public methodRemoveSelection
Method for removing a selection from the list of links Never implemented
Public methodRemoveUrl
Method for removing a url link from the list of links, by Url Id Never implemented
Top
See Also