Click or drag to resize

SOSuggestedAppointment Interface

ISuggestedAppointment Interface

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

The SOSuggestedAppointment type exposes the following members.

Properties
  NameDescription
Public propertyAssignToMember
Returns TRUE if this item is set to automatically be assigned to another associate
(Inherited from ISuggestedAppointment.)
Public propertyAutosuggest
Returns true if the item has set the flag for automatically suggest this when the former item is completed
(Inherited from ISuggestedAppointment.)
Public propertyDaysFuture
Returns how many days in the future (Starting from today) the date will Default to when creating an appointment based on this suggested appointment
(Inherited from ISuggestedAppointment.)
Public propertyDeleted
Returns true if the item is marked as deleted
(Inherited from ISuggestedAppointment.)
Public propertyDuration
Returns the default duration (in minutes) for an appointment created from this suggested appointment
(Inherited from ISuggestedAppointment.)
Public propertyIdentity
Returns the id of the object
(Inherited from ISuggestedAppointment.)
Public propertyInstance
Returns an IAppointment object if an instance has been created from this suggested appointment
(Inherited from ISuggestedAppointment.)
Public propertyMilestone
Returns TRUE if this item is a milestone appointment
(Inherited from ISuggestedAppointment.)
Public propertyName
Returns the name of the suggested appointment (As entered in the Admin client
(Inherited from ISuggestedAppointment.)
Public propertyProjectTypeStatusLinkId
Returns the ProjectTypeStatusLinkId. If 0, it is not connected to a projectguide
(Inherited from ISuggestedAppointment.)
Public propertyRank
Returns the Rank for this suggested appointment
(Inherited from ISuggestedAppointment.)
Public propertySaleTypeStageLinkId
Returns the SaleTypeStageLinkId. If 0, it is not connected to a salesguide
(Inherited from ISuggestedAppointment.)
Public propertyTaskId
Returns the taskId for this suggested appointment
(Inherited from ISuggestedAppointment.)
Public propertyText
Returns the Default text for this suggested appointment
(Inherited from ISuggestedAppointment.)
Public propertyTooltip
Returns the tooltip for this suggestedd appointment
(Inherited from ISuggestedAppointment.)
Top
See Also