Table of Contents

Class GlossaryItem

Namespace
InSite.Domain.Glossaries
Assembly
Shift.Sdk.dll
public class GlossaryItem
Inheritance
GlossaryItem
Inherited Members
Extension Methods

Constructors

GlossaryItem()

public GlossaryItem()

Properties

Content

public ContentContainer Content { get; set; }

Property Value

ContentContainer

Contents

public List<GlossaryItemContent> Contents { get; }

Property Value

List<GlossaryItemContent>

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string