Table of Contents

Class AddQuestion2

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

Constructors

AddQuestion2(Guid, Guid, Question)

public AddQuestion2(Guid bank, Guid set, Question question)

Parameters

bank Guid
set Guid
question Question

Properties

Asset

public int Asset { get; set; }

Property Value

int

CalculationMethod

public QuestionCalculationMethod CalculationMethod { get; set; }

Property Value

QuestionCalculationMethod

Condition

public string Condition { get; set; }

Property Value

string

Content

public ContentExamQuestion Content { get; set; }

Property Value

ContentExamQuestion

Points

public decimal? Points { get; set; }

Property Value

decimal?

Question

public Guid Question { get; set; }

Property Value

Guid

Set

public Guid Set { get; set; }

Property Value

Guid

Source

public Guid? Source { get; set; }

Property Value

Guid?

Standard

public Guid Standard { get; set; }

Property Value

Guid

Type

public QuestionItemType Type { get; set; }

Property Value

QuestionItemType