Table of Contents

Class GradebookValidationAdded

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

Constructors

GradebookValidationAdded(Guid, Guid, decimal?)

public GradebookValidationAdded(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