Table of Contents

Class QuestionLikertRowGradeItemChanged

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

Constructors

QuestionLikertRowGradeItemChanged(Guid, Guid, Guid, Guid?)

public QuestionLikertRowGradeItemChanged(Guid form, Guid question, Guid likertRow, Guid? gradeItem)

Parameters

form Guid
question Guid
likertRow Guid
gradeItem Guid?

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

GradeItem

public Guid? GradeItem { get; set; }

Property Value

Guid?

LikertRow

public Guid LikertRow { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid