Class LikertRow
public class LikertRow
- Inheritance
-
LikertRow
- Inherited Members
- Extension Methods
Constructors
LikertRow()
public LikertRow()
LikertRow(Guid)
protected LikertRow(Guid id)
Parameters
idGuid
Properties
Content
public ContentTitle Content { get; set; }
Property Value
GradeItems
Key is the FormId Value is the GradeItemId
public Dictionary<Guid, Guid> GradeItems { get; set; }
Property Value
Identifier
public Guid Identifier { get; }
Property Value
Index
public int Index { get; }
Property Value
Letter
public string Letter { get; }
Property Value
Matrix
public virtual LikertMatrix Matrix { get; }
Property Value
OptionCount
public int OptionCount { get; }
Property Value
Points
public decimal? Points { get; }
Property Value
Standard
public Guid Standard { get; set; }
Property Value
SubStandards
public Guid[] SubStandards { get; set; }
Property Value
- Guid[]
Methods
CopyTo(LikertRow)
public void CopyTo(LikertRow row)
Parameters
rowLikertRow
GetOption(LikertColumn)
public LikertOption GetOption(LikertColumn column)
Parameters
columnLikertColumn
Returns
GetOption(Guid)
public LikertOption GetOption(Guid column)
Parameters
columnGuid
Returns
GetOption(int)
public LikertOption GetOption(int index)
Parameters
indexint
Returns
GetOptions()
public IEnumerable<LikertOption> GetOptions()
Returns
IsEqual(LikertRow, bool)
public bool IsEqual(LikertRow other, bool compareIdentifiers = true)
Parameters
Returns
Remove()
public void Remove()
ShouldSerializeContent()
public bool ShouldSerializeContent()
Returns
ShouldSerializeStandard()
public bool ShouldSerializeStandard()
Returns
ShouldSerializeSubStandards()
public bool ShouldSerializeSubStandards()