Table of Contents

Class AddGradebookEvent

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

Constructors

AddGradebookEvent(Guid, Guid, bool)

public AddGradebookEvent(Guid gradebook, Guid @event, bool replacePrimary)

Parameters

gradebook Guid
event Guid
replacePrimary bool

Properties

Event

public Guid Event { get; set; }

Property Value

Guid

ReplacePrimary

public bool ReplacePrimary { get; set; }

Property Value

bool