Show / Hide Table of Contents

Class HistoryInformation

Represents the history of a repository item.

Inheritance
object
HistoryInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>
In this article
Back to top Generated by DocFX