Table of Contents

Class QuestionLikertRowChanged

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

Constructors

QuestionLikertRowChanged(Guid, Guid, Guid?, Guid[], ContentTitle)

public QuestionLikertRowChanged(Guid questionIdentifier, Guid rowIdentifier, Guid? standard, Guid[] subStandards, ContentTitle content)

Parameters

questionIdentifier Guid
rowIdentifier Guid
standard Guid?
subStandards Guid[]
content ContentTitle

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

RowIdentifier

public Guid RowIdentifier { get; set; }

Property Value

Guid

Standard

public Guid? Standard { get; set; }

Property Value

Guid?

SubStandards

public Guid[] SubStandards { get; set; }

Property Value

Guid[]