Interface IContactPersonRelationEntityCarrier
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public interface IContactPersonRelationEntityCarrier
Properties
Contact
The contact associated with the activity. It may also be null if no contact is associated with the appointment.
Declaration
Contact Contact { get; set; }
Property Value
Type | Description |
---|---|
Contact |
Person
An activity may also be connected to a person; this must be a contact person registered on the current company. This does not mean however that a person is required.
Declaration
Person Person { get; set; }
Property Value
Type | Description |
---|---|
Person |