Show / Hide Table of Contents

Class RepositoryTransactionResult

Represents an item that is registered with a repository.

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

Properties

NotProcessed

A list of the items that were skipped in a copy commit for already being present

Declaration
[DataMember]
public Collection<IdentifierTriple> NotProcessed { get; set; }
Property Value
Type Description
Collection<IdentifierTriple>

SystemCommitted

A list of the items that were committed via version propagation

Declaration
[DataMember]
public Collection<IdentifierTriple> SystemCommitted { get; set; }
Property Value
Type Description
Collection<IdentifierTriple>

UserCommitted

A list of the user submitted items that were committed

Declaration
[DataMember]
public Collection<IdentifierTriple> UserCommitted { get; set; }
Property Value
Type Description
Collection<IdentifierTriple>

Extension Methods

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