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
Properties
ContainerId
public Guid ContainerId { get; set; }
Property Value
ContainerType
public string ContainerType { get; set; }
Property Value
ContentLabel
public string ContentLabel { get; set; }
Property Value
RelationshipId
public Guid RelationshipId { get; set; }
Property Value
TermId
public Guid TermId { get; set; }