Click or drag to resize

Transaction Class

Transaction Properties.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandard.TransactionApi.ModelsTransaction

Namespace:  ArangoDBNetStandard.TransactionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public sealed class Transaction

The Transaction type exposes the following members.

Constructors
  NameDescription
Public methodTransaction
Initializes a new instance of the Transaction class
Top
Properties
  NameDescription
Public propertyId
Gets or sets the transaction Id.
Public propertyState
Gets or sets the transaction status.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also