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

Properties

TransactionId

Transaction identifier

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

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