Class DeleteItems
Request deletion of the specified items from the Repository.
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DeleteItems
Properties
DeleteType
Action to take if items designated for deletion are referenced by other existing items
Declaration
public DeleteType DeleteType { get; set; }
Property Value
Type | Description |
---|---|
DeleteType |
Identifiers
Collection of identifiers designated for deletion
Declaration
public Collection<IdentifierTriple> Identifiers { get; set; }
Property Value
Type | Description |
---|---|
Collection<IdentifierTriple> |
SetIdentifiers
The items in the collection will be distinguished as the roots of rooted directed graphs (item sets) for deletion
Declaration
public Collection<IdentifierTriple> SetIdentifiers { get; set; }
Property Value
Type | Description |
---|---|
Collection<IdentifierTriple> |
TransactionIds
A list of transactions whose items should be designated for deletion
Declaration
public Collection<long> TransactionIds { get; set; }
Property Value
Type | Description |
---|---|
Collection<long> |