Show / Hide Table of Contents

Class RepositoryTransactionAddItemsRequest

Add items to an existing transaction

Inheritance
Object
RepositoryTransactionAddItemsRequest
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 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

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX