Class GetStudentRegistrationExtractStatusRequest
Represents the a request for the GetStudentRegistrationExtractStatus method.
Inheritance
System.Object
GetStudentRegistrationExtractStatusRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentRegistrationExtractStatusRequest : ServiceRequest
Constructors
GetStudentRegistrationExtractStatusRequest()
Declaration
public GetStudentRegistrationExtractStatusRequest()
Properties
CampusIdList
Gets or sets the CampusIdList.
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ClassSectionIdList
Gets or sets the ClassSectionIdList.
Declaration
public List<int> ClassSectionIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ExtractFromDate
Gets or sets the ExtractFromDate
Declaration
public DateTime? ExtractFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ExtractStatusCodeList
Gets or sets the ExtractStatusCodeList.
Declaration
public List<string> ExtractStatusCodeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ExtractToDate
Gets or sets the ExtractToDate
Declaration
public DateTime? ExtractToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TermIdList
Gets or sets the TermIdList.
Declaration
public List<int> TermIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |