Table of Contents

Class GlossaryTermProposed

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

Constructors

GlossaryTermProposed(Guid, string, ContentContainer)

public GlossaryTermProposed(Guid id, string name, ContentContainer content)

Parameters

id Guid
name string
content ContentContainer

Properties

Content

public ContentContainer Content { get; set; }

Property Value

ContentContainer

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string