Table of Contents

Class GradeItem

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class GradeItem
Inheritance
GradeItem
Inherited Members
Extension Methods

Constructors

GradeItem()

public GradeItem()

Properties

Abbreviation

public string Abbreviation { get; }

Property Value

string

Achievement

public GradeItemAchievement Achievement { get; set; }

Property Value

GradeItemAchievement

Children

public List<GradeItem> Children { get; set; }

Property Value

List<GradeItem>

Code

public string Code { get; set; }

Property Value

string

Competencies

public Guid[] Competencies { get; set; }

Property Value

Guid[]

Format

public GradeItemFormat Format { get; set; }

Property Value

GradeItemFormat

Hook

public string Hook { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

IsEqualWeighting

public bool IsEqualWeighting { get; }

Property Value

bool

IsReported

public bool IsReported { get; set; }

Property Value

bool

MaxPoints

public decimal? MaxPoints { get; set; }

Property Value

decimal?

Name

public string Name { get; set; }

Property Value

string

Notifications

public Notification[] Notifications { get; set; }

Property Value

Notification[]

Parent

public GradeItem Parent { get; set; }

Property Value

GradeItem

Parts

public CalculationPart[] Parts { get; set; }

Property Value

CalculationPart[]

PassPercent

public decimal? PassPercent { get; set; }

Property Value

decimal?

Reference

public string Reference { get; set; }

Property Value

string

Sequence

public int Sequence { get; set; }

Property Value

int

ShortName

public string ShortName { get; set; }

Property Value

string

Type

public GradeItemType Type { get; set; }

Property Value

GradeItemType

Weighting

public GradeItemWeighting Weighting { get; set; }

Property Value

GradeItemWeighting

Methods

FindItem(Guid)

public GradeItem FindItem(Guid key)

Parameters

key Guid

Returns

GradeItem

ShouldSerializeChildren()

public bool ShouldSerializeChildren()

Returns

bool

ShouldSerializeFormat()

public bool ShouldSerializeFormat()

Returns

bool

ShouldSerializeIsEqualWeighting()

public bool ShouldSerializeIsEqualWeighting()

Returns

bool

ShouldSerializeNotifications()

public bool ShouldSerializeNotifications()

Returns

bool

ShouldSerializeParent()

public bool ShouldSerializeParent()

Returns

bool

ShouldSerializeParts()

public bool ShouldSerializeParts()

Returns

bool

ShouldSerializeWeighting()

public bool ShouldSerializeWeighting()

Returns

bool