Table of Contents

Class AddProgress

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

Constructors

AddProgress(Guid, Guid, Guid, Guid)

public AddProgress(Guid progress, Guid gradebook, Guid gradeitem, Guid learner)

Parameters

progress Guid
gradebook Guid
gradeitem Guid
learner Guid

Properties

GradeItem

public Guid GradeItem { get; set; }

Property Value

Guid

Gradebook

public Guid Gradebook { get; set; }

Property Value

Guid

Learner

public Guid Learner { get; set; }

Property Value

Guid