Class HistoryEntry
Represents a single revision of a repository item.
Inherited Members
Namespace: Algenta.Colectica.Commands.History
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class HistoryEntry
Properties
ColumnStates
The status of each column in a history graph.
Declaration
public List<HistoryEntryColumnState> ColumnStates { get; }
Property Value
Type | Description |
---|---|
List<HistoryEntryColumnState> |
Item
The repository item.
Declaration
public IVersionable Item { get; set; }
Property Value
Type | Description |
---|---|
IVersionable |