Table of Contents

Class LikertRow

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class LikertRow
Inheritance
LikertRow
Inherited Members
Extension Methods

Constructors

LikertRow()

public LikertRow()

LikertRow(Guid)

protected LikertRow(Guid id)

Parameters

id Guid

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

GradeItems

Key is the FormId Value is the GradeItemId

public Dictionary<Guid, Guid> GradeItems { get; set; }

Property Value

Dictionary<Guid, Guid>

Identifier

public Guid Identifier { get; }

Property Value

Guid

Index

public int Index { get; }

Property Value

int

Letter

public string Letter { get; }

Property Value

string

Matrix

public virtual LikertMatrix Matrix { get; }

Property Value

LikertMatrix

OptionCount

public int OptionCount { get; }

Property Value

int

Points

public decimal? Points { get; }

Property Value

decimal?

Standard

public Guid Standard { get; set; }

Property Value

Guid

SubStandards

public Guid[] SubStandards { get; set; }

Property Value

Guid[]

Methods

CopyTo(LikertRow)

public void CopyTo(LikertRow row)

Parameters

row LikertRow

GetOption(LikertColumn)

public LikertOption GetOption(LikertColumn column)

Parameters

column LikertColumn

Returns

LikertOption

GetOption(Guid)

public LikertOption GetOption(Guid column)

Parameters

column Guid

Returns

LikertOption

GetOption(int)

public LikertOption GetOption(int index)

Parameters

index int

Returns

LikertOption

GetOptions()

public IEnumerable<LikertOption> GetOptions()

Returns

IEnumerable<LikertOption>

IsEqual(LikertRow, bool)

public bool IsEqual(LikertRow other, bool compareIdentifiers = true)

Parameters

other LikertRow
compareIdentifiers bool

Returns

bool

Remove()

public void Remove()

ShouldSerializeContent()

public bool ShouldSerializeContent()

Returns

bool

ShouldSerializeStandard()

public bool ShouldSerializeStandard()

Returns

bool

ShouldSerializeSubStandards()

public bool ShouldSerializeSubStandards()

Returns

bool