Class DeleteResult
Response to a request for item deletions
Inherited Members
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>> |