Show / Hide Table of Contents

Class RepositoryTransactionCancelOptions

Instructions on how to cancel the transaction

Inheritance
object
RepositoryTransactionCancelOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RepositoryTransactionCancelOptions

Constructors

RepositoryTransactionCancelOptions()

Create a cancel request

Declaration
public RepositoryTransactionCancelOptions()

RepositoryTransactionCancelOptions(RepositoryTransaction)

Create a cancel request associated with a specific transaction

Declaration
public RepositoryTransactionCancelOptions(RepositoryTransaction transaction)
Parameters
Type Name Description
RepositoryTransaction transaction

Properties

TransactionId

Transaction identifier

Declaration
[DataMember]
public long TransactionId { get; set; }
Property Value
Type Description
long

VersionRationale

A log message indicating why the transaction is being canceled

Declaration
[DataMember]
public MultilingualString VersionRationale { get; }
Property Value
Type Description
MultilingualString

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX