Class HistoryBuilder
Builds history information for an item in the repository.
Inherited Members
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 |