Class GetEnrollHonorStudentRequest
Represents the a request for the GetEnrollHonorStudent method.
Inheritance
System.Object
GetEnrollHonorStudentRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetEnrollHonorStudentRequest : ServiceRequest
Constructors
GetEnrollHonorStudentRequest()
Declaration
public GetEnrollHonorStudentRequest()
Properties
Comments
Comments
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GraduationDate
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
HonorsIdList
HonorsIdList
Declaration
public List<int> HonorsIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ProgramVersionIdList
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StudentEnrollmentPeriodIdList
StudentEnrollmentPeriodIdList
Declaration
public List<int> StudentEnrollmentPeriodIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StudentGroupIdList
StudentGroupIdList
Declaration
public List<int> StudentGroupIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StudentIdList
StudentIdList
Declaration
public List<int> StudentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StudentSchoolStatusList
StudentSchoolStatusList
Declaration
public List<int> StudentSchoolStatusList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |