Click or drag to resize

IContact Methods

The IContact type exposes the following members.

Methods
  NameDescription
Public methodCancelChanges
Undo any changes made since the object was loaded.
Public methodChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first.
Public methodCopy
Creates a new copy of this contact, optionally with a copy of the persons belonging to it as well.
Public methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
Public methodGetActivityList
Public methodGetPersons
Get the persons attached to this contact. Hidden persons are filtered out.
Public methodGetProjects
Get the projects that this contact's persons are members of. Duplicate projects are eliminated.
Public methodGetRelations
Get all relations with connection to this contact
Public methodMergeTo
Merge this contact into the passed contact, together with the persons and appointments that belongs to this contact.
Public methodSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
Public methodSetDefaults
Populate the object with default values, such as setting the owner to the current user.
Top
See Also