Table of Contents

Class GradebookTypeChanged

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

Constructors

GradebookTypeChanged(GradebookType, Guid?)

public GradebookTypeChanged(GradebookType type, Guid? framework)

Parameters

type GradebookType
framework Guid?

Properties

Framework

public Guid? Framework { get; set; }

Property Value

Guid?

Type

public GradebookType Type { get; set; }

Property Value

GradebookType