Click or drag to resize

IInterest Interface

Interest object - represents the checkboxes in the user interface on contact or person.

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

The IInterest type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEndDate
EndDate - not in use End-date for this interest. This property/field in the database is still not implemented in SuperOffice CRM SIX, but the function is intended for later use. Do not use.
Public propertyCode exampleId
internal id The internal id of the contact interest - use this to determine if the contact object actually has a defined contact interest. By using the InterestID property and GetListItem youll be able to retrieve the name (text string) of the interest.
Public propertyCode exampleInterestId
id of the person or contact interest All defined company interests in the database are saved in the contint table, and the contactinterest table joins the contact with the contint items (e.g. Christmas Card, Summer DM)
Public propertyCode exampleStartDate
StartDate - not in use Start-date for this interest. This property/field in the database is not yet implemented in SuperOffice CRM SIX, but the function is intended for later use. Do not use.
Top
See Also