Table of Contents

Interface IHasTimestamp

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IHasTimestamp
Extension Methods

Properties

Created

DateTimeOffset Created { get; set; }

Property Value

DateTimeOffset

CreatedBy

Guid CreatedBy { get; set; }

Property Value

Guid

Modified

DateTimeOffset Modified { get; set; }

Property Value

DateTimeOffset

ModifiedBy

Guid ModifiedBy { get; set; }

Property Value

Guid