Class RepositoryTransactionCancelOptions
Instructions on how to cancel the transaction
Inherited Members
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 |