Table of Contents

Class GradebookEventAdded

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

Constructors

GradebookEventAdded(Guid, bool)

public GradebookEventAdded(Guid @event, bool isPrimary)

Parameters

event Guid
isPrimary bool

Properties

Event

public Guid Event { get; set; }

Property Value

Guid

IsPrimary

public bool IsPrimary { get; set; }

Property Value

bool