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
recordGuiditemGuidnotificationsNotification[]
Properties
Item
public Guid Item { get; set; }
Property Value
Notifications
public Notification[] Notifications { get; set; }