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 |