Table of Contents

Class GlossaryTermLinked

Namespace
InSite.Domain.Glossaries
Assembly
Shift.Sdk.dll
public class GlossaryTermLinked : Change, IChange
Inheritance
GlossaryTermLinked
Implements
Inherited Members
Extension Methods

Constructors

GlossaryTermLinked(Guid, Guid, Guid, string, string)

public GlossaryTermLinked(Guid relationship, Guid term, Guid containerId, string containerType, string label)

Parameters

relationship Guid
term Guid
containerId Guid
containerType string
label string

Properties

ContainerId

public Guid ContainerId { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

ContentLabel

public string ContentLabel { get; set; }

Property Value

string

RelationshipId

public Guid RelationshipId { get; set; }

Property Value

Guid

TermId

public Guid TermId { get; set; }

Property Value

Guid