Table of Contents

Class OptionChanged

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

Constructors

OptionChanged(Guid, int, ContentTitle, decimal, bool?, decimal?, Guid?)

public OptionChanged(Guid question, int number, ContentTitle content, decimal points, bool? isTrue, decimal? cutScore, Guid? standard)

Parameters

question Guid
number int
content ContentTitle
points decimal
isTrue bool?
cutScore decimal?
standard Guid?

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

IsTrue

public bool? IsTrue { get; set; }

Property Value

bool?

Number

public int Number { get; set; }

Property Value

int

Points

public decimal Points { get; set; }

Property Value

decimal

Question

public Guid Question { get; set; }

Property Value

Guid

Standard

public Guid? Standard { get; set; }

Property Value

Guid?