Show / Hide Table of Contents

Interface IActivityEntityCarrier

Common Interface for the Activity entities (AppointmentEntity, SaleEntity, DocumentEntity)

Inherited Members
ILinksContainerEntityCarrier.Links
IProjectRelationEntityCarrier.Project
IContactPersonRelationEntityCarrier.Contact
IContactPersonRelationEntityCarrier.Person
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public interface IActivityEntityCarrier : IRelationEntityCarrier, ILinksContainerEntityCarrier, IProjectRelationEntityCarrier, IContactPersonRelationEntityCarrier

Properties

Completed

Activity Completed state.

Declaration
ActivityStatus Completed { get; set; }
Property Value
Type Description
ActivityStatus

Sale

An activity may also be connected to a sale, so you see the appointment on the company card, on the project card and on the sale card. This does not mean however that a sale is required.

Declaration
Sale Sale { get; set; }
Property Value
Type Description
Sale
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top