Class RepositoryTransactionAddItemsRequest
Add items to an existing transaction
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RepositoryTransactionAddItemsRequest
Properties
Items
Repository items to add to the transaction
Declaration
[DataMember]
public Collection<RepositoryItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| Collection<RepositoryItem> |
TransactionId
Transaction identifier
Declaration
[DataMember]
public long TransactionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |