Show / Hide Table of Contents

Interface IEntityCarrier

Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public interface IEntityCarrier

Properties

CreatedBy

The associate that first created the entity. The property is read-only.

Declaration
Associate CreatedBy { get; set; }
Property Value
Type Description
Associate

CreatedDate

Registered date

Declaration
DateTime CreatedDate { get; set; }
Property Value
Type Description
DateTime

UpdatedBy

The person that last updated the entity.

Declaration
Associate UpdatedBy { get; set; }
Property Value
Type Description
Associate

UpdatedDate

Updated date

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