Table of Contents

Class LikertOption

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

Constructors

LikertOption()

public LikertOption()

LikertOption(Guid, Guid)

protected LikertOption(Guid row, Guid column)

Parameters

row Guid
column Guid

Properties

Column

public virtual LikertColumn Column { get; }

Property Value

LikertColumn

ColumnIdentifier

public Guid ColumnIdentifier { get; }

Property Value

Guid

HasPoints

public bool HasPoints { get; }

Property Value

bool

Number

public int Number { get; set; }

Property Value

int

Points

public decimal Points { get; set; }

Property Value

decimal

Row

public virtual LikertRow Row { get; }

Property Value

LikertRow

RowIdentifier

public Guid RowIdentifier { get; }

Property Value

Guid

Methods

Clone()

public LikertOption Clone()

Returns

LikertOption

CopyTo(LikertOption)

public void CopyTo(LikertOption option)

Parameters

option LikertOption

IsEqual(LikertOption, bool)

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

Parameters

other LikertOption
compareIdentifiers bool

Returns

bool

ShouldSerializePoints()

public bool ShouldSerializePoints()

Returns

bool