Class SaveRegistrationGroupTermDetailsRequest
Inheritance
System.Object
SaveRegistrationGroupTermDetailsRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveRegistrationGroupTermDetailsRequest : ServiceRequest
Constructors
SaveRegistrationGroupTermDetailsRequest()
Declaration
public SaveRegistrationGroupTermDetailsRequest()
Properties
AdvisementGroup
Declaration
public List<StudentGroupCustomMessage> AdvisementGroup { get; set; }
Property Value
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
DaysElapsed
Declaration
public int DaysElapsed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InternalRegistrationBeginDateTime
Declaration
public DateTime? InternalRegistrationBeginDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
InternalRegistrationEndDateTime
Declaration
public DateTime? InternalRegistrationEndDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsRequestFromUnitTest
Declaration
public bool IsRequestFromUnitTest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NotificationGroup
Declaration
public List<NotificationGroup> NotificationGroup { get; set; }
Property Value
OpenRegistrationBeginDateTime
Declaration
public DateTime? OpenRegistrationBeginDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OpenRegistrationEndDateTime
Declaration
public DateTime? OpenRegistrationEndDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
RegistrationGroupTerm
Gets or sets the Registration Group List.
Declaration
public List<RegistrationGroupTerm> RegistrationGroupTerm { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Cmc.Nexus.Models.Academics.RegistrationGroupTerm> |
List of program versions
|
TaskTemplateId
Declaration
public int TaskTemplateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|