Table of Contents

Class QuestionAdded

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

Constructors

QuestionAdded(Guid, Guid, Guid, Guid?, QuestionItemType, QuestionCalculationMethod, string, int, decimal?, ContentExamQuestion)

public QuestionAdded(Guid set, Guid question, Guid standard, Guid? source, QuestionItemType type, QuestionCalculationMethod method, string condition, int asset, decimal? points, ContentExamQuestion content)

Parameters

set Guid
question Guid
standard Guid
source Guid?
type QuestionItemType
method QuestionCalculationMethod
condition string
asset int
points decimal?
content ContentExamQuestion

Properties

Asset

public int Asset { get; set; }

Property Value

int

Condition

public string Condition { get; set; }

Property Value

string

Content

public ContentExamQuestion Content { get; set; }

Property Value

ContentExamQuestion

Method

public QuestionCalculationMethod Method { get; set; }

Property Value

QuestionCalculationMethod

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