Class AddGradeItem
- Namespace
- InSite.Application.Gradebooks.Write
- Assembly
- Shift.Sdk.dll
public class AddGradeItem : Command, ICommand
- Inheritance
-
AddGradeItem
- Implements
- Inherited Members
- Extension Methods
Constructors
AddGradeItem(Guid, Guid, string, string, string, bool, GradeItemFormat, GradeItemType, GradeItemWeighting, decimal?, Guid?)
public AddGradeItem(Guid record, Guid item, string code, string name, string shortName, bool isReported, GradeItemFormat format, GradeItemType type, GradeItemWeighting weighting, decimal? passPercent, Guid? parent)
Parameters
recordGuiditemGuidcodestringnamestringshortNamestringisReportedboolformatGradeItemFormattypeGradeItemTypeweightingGradeItemWeightingpassPercentdecimal?parentGuid?
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
ShortName
public string ShortName { get; set; }
Property Value
Type
public GradeItemType Type { get; set; }
Property Value
Weighting
public GradeItemWeighting Weighting { get; set; }