Table of Contents

Class QuestionLikertColumnAdded

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

Constructors

QuestionLikertColumnAdded(Guid, Guid, ContentTitle)

public QuestionLikertColumnAdded(Guid questionIdentifier, Guid columnIdentifier, ContentTitle content)

Parameters

questionIdentifier Guid
columnIdentifier Guid
content ContentTitle

Properties

ColumnIdentifier

public Guid ColumnIdentifier { get; set; }

Property Value

Guid

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid