Show / Hide Table of Contents

Class GenericCitationTableRow

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

Constructors

GenericCitationTableRow(IDublinCoreDescribable)

Declaration
public GenericCitationTableRow(IDublinCoreDescribable citation)
Parameters
Type Name Description
IDublinCoreDescribable citation

Properties

AccessRights

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

AlternateTitle

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

Contributor

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

Coverage

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

Creator

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

Description

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

Format

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

Publisher

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

Relation

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

Rights

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

Source

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

SubTitle

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

Subject

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

Title

Declaration
public string Title { 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