Table of Contents

Class ChangeGradebookValidation

Namespace
InSite.Application.Gradebooks.Write
Assembly
Shift.Sdk.dll
public class ChangeGradebookValidation : Command, ICommand
Inheritance
ChangeGradebookValidation
Implements
Inherited Members
Extension Methods

Constructors

ChangeGradebookValidation(Guid, Guid, Guid, decimal?)

public ChangeGradebookValidation(Guid record, Guid user, Guid competency, decimal? points)

Parameters

record Guid
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