Show / Hide Table of Contents

Class VersionableTableItemInformation

Inheritance
object
VersionableTableItemInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting.Tabular
Assembly: Colectica.Reporting.dll
Syntax
public class VersionableTableItemInformation

Properties

AppearsWithin

Declaration
public Collection<RepositoryItemMetadata> AppearsWithin { get; set; }
Property Value
Type Description
Collection<RepositoryItemMetadata>

Item

Declaration
public IVersionable Item { get; set; }
Property Value
Type Description
IVersionable
In this article
Back to top Generated by DocFX