Show / Hide Table of Contents

Class HistoryEntry

Represents a single revision of a repository item.

Inheritance
object
HistoryEntry
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 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
In this article
Back to top Generated by DocFX