Class GradeItemAdded
public class GradeItemAdded : Change, IChange
- Inheritance
-
GradeItemAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
GradeItemAdded(Guid, string, string, string, bool, GradeItemFormat, GradeItemType, GradeItemWeighting, decimal?, Guid?, int)
public GradeItemAdded(Guid item, string code, string name, string shortName, bool isReported, GradeItemFormat format, GradeItemType type, GradeItemWeighting weighting, decimal? passPercent, Guid? parent, int sequence)
Parameters
itemGuidcodestringnamestringshortNamestringisReportedboolformatGradeItemFormattypeGradeItemTypeweightingGradeItemWeightingpassPercentdecimal?parentGuid?sequenceint
Properties
Code
public string Code { get; set; }
Property Value
Format
public GradeItemFormat Format { get; set; }
Property Value
IsReported
public bool IsReported { get; set; }
Property Value
Item
public Guid Item { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Parent
public Guid? Parent { get; set; }
Property Value
- Guid?
PassPercent
public decimal? PassPercent { get; set; }
Property Value
Sequence
public int Sequence { get; set; }
Property Value
ShortName
public string ShortName { get; set; }
Property Value
Type
public GradeItemType Type { get; set; }
Property Value
Weighting
public GradeItemWeighting Weighting { get; set; }