Table of Contents

Class GradeItemNotificationsChanged

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

Constructors

GradeItemNotificationsChanged(Guid, Notification[])

public GradeItemNotificationsChanged(Guid item, Notification[] notifications)

Parameters

item Guid
notifications Notification[]

Properties

Item

public Guid Item { get; set; }

Property Value

Guid

Notifications

public Notification[] Notifications { get; set; }

Property Value

Notification[]