Show / Hide Table of Contents

Class DeleteResult

Response to a request for item deletions

Inheritance
object
DeleteResult
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
public class DeleteResult

Properties

DeleteType

Deletion type used

Declaration
public DeleteType DeleteType { get; set; }
Property Value
Type Description
DeleteType

DeletedCounts

Number of items deleted from the Repository

Declaration
public RemovalCounts DeletedCounts { get; set; }
Property Value
Type Description
RemovalCounts

Referenced

Items that were not removed due to existing items still referencing them. Processed according to Delete Type

Declaration
public Dictionary<IdentifierTriple, Collection<IdentifierTriple>> Referenced { get; set; }
Property Value
Type Description
Dictionary<IdentifierTriple, Collection<IdentifierTriple>>

ReferencedChildren

Items that were not removed due to existing items still referencing their parents. Processed according to Delete Type

Declaration
public Dictionary<IdentifierTriple, Collection<IdentifierTriple>> ReferencedChildren { get; set; }
Property Value
Type Description
Dictionary<IdentifierTriple, Collection<IdentifierTriple>>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX