Table of Contents

Class AddGradebookValidation

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

Constructors

AddGradebookValidation(Guid, Guid, Guid, decimal?)

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