Table of Contents

Class GradeItemAdded

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
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

item Guid
code string
name string
shortName string
isReported bool
format GradeItemFormat
type GradeItemType
weighting GradeItemWeighting
passPercent decimal?
parent Guid?
sequence int

Properties

Code

public string Code { get; set; }

Property Value

string

Format

public GradeItemFormat Format { get; set; }

Property Value

GradeItemFormat

IsReported

public bool IsReported { get; set; }

Property Value

bool

Item

public Guid Item { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Parent

public Guid? Parent { get; set; }

Property Value

Guid?

PassPercent

public decimal? PassPercent { get; set; }

Property Value

decimal?

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