Click or drag to resize

IPerson Methods

The IPerson type exposes the following members.

Methods
  NameDescription
Public methodAddConsentByIds
Add ConsentPerson by ConsentPurpose Id, LegalBase Id, ConsentSource Id, Comment. All parameters will be verified!
Public methodAddConsentByNames
Add ConsentPerson by ConsentPurpose Name, LegalBase Name, ConsentSource Name, Comment. All parameters will be verified!
Public methodAddConsentByRecord
Add ConsentPerson by ConsentPerson. All identy parameters will be verified!
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 methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
Public methodGetConsentById
Get ConsentPerson for given ConsentPurpose Id
Public methodGetConsentByName
Get ConsentPerson for given ConsentPurpose unique key name
Public methodGetRelations
Get all relations with connection to this person
Public methodIsShipmentTypeReserved
Is ShipmentType reserved?
Public methodMergeTo
Merges this person into the other person, optionally together with his appointments
Public methodMoveTo
Moves a person to a new contact, optionally together with his appointments
Public methodRemoveConsentById
Remove ConsentPerson by ConsentPurpose Id
Public methodRemoveConsentByName
Remove ConsentPerson by ConsentPurpose Name
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.
Public methodSetShipmentTypeReserved
Set ShipmentType reserved
Top
See Also