Show / Hide Table of Contents

Class VariableTableRow

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

Constructors

VariableTableRow(Variable, Collection<RepositoryItemMetadata>)

Declaration
public VariableTableRow(Variable variable, Collection<RepositoryItemMetadata> appearsWithin)
Parameters
Type Name Description
Variable variable
Collection<RepositoryItemMetadata> appearsWithin

Properties

Codes

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

Dataset

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

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

Study

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

Type

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