Class InsightsNotificationRequest
Inheritance
System.Object
InsightsNotificationRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class InsightsNotificationRequest : ServiceRequest
Constructors
InsightsNotificationRequest()
Declaration
public InsightsNotificationRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InsightId
Declaration
public int InsightId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|