Show / Hide Table of Contents

Class RemovalCounts

The counts of information removed from the repository

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

Properties

Checkout

Number removed

Declaration
public int Checkout { get; set; }
Property Value
Type Description
int

Event

Number removed

Declaration
public int Event { get; set; }
Property Value
Type Description
int

Item

Number removed

Declaration
public int Item { get; set; }
Property Value
Type Description
int

ItemMultilingualText

Number removed

Declaration
public int ItemMultilingualText { get; set; }
Property Value
Type Description
int

ItemRelationship

Number removed

Declaration
public int ItemRelationship { get; set; }
Property Value
Type Description
int

ItemTag

Number removed

Declaration
public int ItemTag { get; set; }
Property Value
Type Description
int

Note

Number removed

Declaration
public int Note { get; set; }
Property Value
Type Description
int

Permission

Number removed

Declaration
public int Permission { get; set; }
Property Value
Type Description
int

UserComment

Number removed

Declaration
public int UserComment { get; set; }
Property Value
Type Description
int

UserRating

Number removed

Declaration
public int UserRating { get; set; }
Property Value
Type Description
int

Extension Methods

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