Table of Contents

Class QuestionLikertColumnChanged

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

Constructors

QuestionLikertColumnChanged(Guid, Guid, ContentTitle)

public QuestionLikertColumnChanged(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