Table of Contents

Class ChangeQuestionGradeItem2

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

Constructors

ChangeQuestionGradeItem2(Guid, Guid, Guid, Guid?)

public ChangeQuestionGradeItem2(Guid bank, Guid form, Guid question, Guid? gradeItem)

Parameters

bank Guid
form Guid
question Guid
gradeItem Guid?

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

GradeItem

public Guid? GradeItem { get; set; }

Property Value

Guid?

Question

public Guid Question { get; set; }

Property Value

Guid