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