Table of Contents

Class GradeChanged

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

Constructors

GradeChanged(string, decimal?)

public GradeChanged(string grade, decimal? score)

Parameters

grade string
score decimal?

Properties

Grade

public string Grade { get; set; }

Property Value

string

Score

public decimal? Score { get; set; }

Property Value

decimal?