Table of Contents

Class QGlossaryTerm

Namespace
InSite.Application.Glossaries.Read
Assembly
Shift.Sdk.dll
public class QGlossaryTerm
Inheritance
QGlossaryTerm
Inherited Members
Extension Methods

Constructors

QGlossaryTerm()

public QGlossaryTerm()

Properties

Approved

public DateTimeOffset? Approved { get; set; }

Property Value

DateTimeOffset?

ApprovedBy

public string ApprovedBy { get; set; }

Property Value

string

GlossaryIdentifier

public Guid GlossaryIdentifier { get; set; }

Property Value

Guid

LastRevised

public DateTimeOffset? LastRevised { get; set; }

Property Value

DateTimeOffset?

LastRevisedBy

public string LastRevisedBy { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

Proposed

public DateTimeOffset Proposed { get; set; }

Property Value

DateTimeOffset

ProposedBy

public string ProposedBy { get; set; }

Property Value

string

RevisionCount

public int RevisionCount { get; set; }

Property Value

int

TermContents

public virtual ICollection<QGlossaryTermContent> TermContents { get; set; }

Property Value

ICollection<QGlossaryTermContent>

TermIdentifier

public Guid TermIdentifier { get; set; }

Property Value

Guid

TermName

public string TermName { get; set; }

Property Value

string

TermStatus

public string TermStatus { get; set; }

Property Value

string