Table of Contents

Class GradeItemChanged

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class GradeItemChanged : Change, IChange
Inheritance
GradeItemChanged
Implements
Inherited Members
Extension Methods

Constructors

GradeItemChanged(Guid, string, string, string, bool, GradeItemFormat, GradeItemType, GradeItemWeighting, Guid?)

public GradeItemChanged(Guid item, string code, string name, string shortName, bool isReported, GradeItemFormat format, GradeItemType type, GradeItemWeighting weighting, Guid? parent)

Parameters

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

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?

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