Table of Contents

Class ChangeGradeItemNotifications

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

Constructors

ChangeGradeItemNotifications(Guid, Guid, Notification[])

public ChangeGradeItemNotifications(Guid record, Guid item, Notification[] notifications)

Parameters

record Guid
item Guid
notifications Notification[]

Properties

Item

public Guid Item { get; set; }

Property Value

Guid

Notifications

public Notification[] Notifications { get; set; }

Property Value

Notification[]