Show / Hide Table of Contents

Enum RepositoryTransactionType

The type of action the repository should take on the transaction

Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum RepositoryTransactionType : int

Fields

Name Description
CommitAsLatest

Register the items submitted as the latest versions, adjust version numbers, update references to submitted items within submitted items

CommitAsLatestAndPropagateVersions

Register the items submitted as the latest versions, adjust version numbers, update references, and update parent references and versions within the sets specified, or across the whole repository if no set is specified

CopyCommit

Register the items in the transaction without any updates or propagation

Unknown

A transaction type has not yet been specified

Extension Methods

Extensions.Yield<RepositoryTransactionType>()
Back to top Copyright © 2009-2018 Colectica