Show / Hide Table of Contents

Class DeleteItems

Request deletion of the specified items from the Repository.

Inheritance
object
DeleteItems
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 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>

Extension Methods

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