Show / Hide Table of Contents

Class GenericVersionableTableRow

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

Constructors

GenericVersionableTableRow(IVersionable)

Declaration
public GenericVersionableTableRow(IVersionable item)
Parameters
Type Name Description
IVersionable item

Properties

Agency

Declaration
public string Agency { get; set; }
Property Value
Type Description
string

Identifier

Declaration
public Guid Identifier { get; set; }
Property Value
Type Description
Guid

Version

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