Show / Hide Table of Contents

Class HistoryBuilder

Builds history information for an item in the repository.

Inheritance
object
HistoryBuilder
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 HistoryBuilder

Methods

GetHistoryForItem(RepositoryClientBase, Guid, string)

Gets the history of an item in the repository. Looks for previous versions and BasedOn relationships.

Declaration
public HistoryInformation GetHistoryForItem(RepositoryClientBase client, Guid identifier, string agencyId)
Parameters
Type Name Description
RepositoryClientBase client
Guid identifier
string agencyId
Returns
Type Description
HistoryInformation
In this article
Back to top Generated by DocFX