Table of Contents

Class ChangeQuestionLikertRowGradeItem

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class ChangeQuestionLikertRowGradeItem : Command, ICommand
Inheritance
ChangeQuestionLikertRowGradeItem
Implements
Inherited Members
Extension Methods

Constructors

ChangeQuestionLikertRowGradeItem(Guid, Guid, Guid, Guid, Guid?)

public ChangeQuestionLikertRowGradeItem(Guid bank, Guid form, Guid question, Guid likertRow, Guid? gradeItem)

Parameters

bank Guid
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