Table of Contents

Class GradebookValidationChanged

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

Constructors

GradebookValidationChanged(Guid, Guid, decimal?)

public GradebookValidationChanged(Guid user, Guid competency, decimal? points)

Parameters

user Guid
competency Guid
points decimal?

Properties

Competency

public Guid Competency { get; set; }

Property Value

Guid

Points

public decimal? Points { get; set; }

Property Value

decimal?

User

public Guid User { get; set; }

Property Value

Guid