Class RepositoryTransactionAddItemsRequest
Add items to an existing transaction
Inheritance
System.Object
RepositoryTransactionAddItemsRequest
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RepositoryTransactionAddItemsRequest : object
Properties
Items
Repository items to add to the transaction
Declaration
public Collection<RepositoryItem> Items { get; set; }
Property Value
Type | Description |
---|---|
Collection<RepositoryItem> |
TransactionId
Transaction identifier
Declaration
public long TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |