Table of Contents

Interface IHasVersionControl<T>

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IHasVersionControl<T> where T : IHasVersionControl<T>

Type Parameters

T
Extension Methods

Properties

FirstPublished

DateTimeOffset? FirstPublished { get; }

Property Value

DateTimeOffset?

NextVersion

T NextVersion { get; set; }

Property Value

T

PreviousVersion

T PreviousVersion { get; set; }

Property Value

T