Class HistoryInformation
Represents the history of a repository item.
Inherited Members
Namespace: Algenta.Colectica.Commands.History
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class HistoryInformation
Properties
History
A list of historical versions of the repository item.
Declaration
public ObservableCollection<HistoryEntry> History { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<HistoryEntry> |
VisualizationColumnIdentifiers
Represents the columns to be displayed in a history graph.
Declaration
public List<string> VisualizationColumnIdentifiers { get; }
Property Value
Type | Description |
---|---|
List<string> |