Show / Hide Table of Contents

Class GenericDescribableTableRow

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

Constructors

GenericDescribableTableRow(IDescribable)

Declaration
public GenericDescribableTableRow(IDescribable describable)
Parameters
Type Name Description
IDescribable describable

Properties

Description

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

Label

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

Name

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