Inheritance
System.Object
TexasStateReportExtractThEcbRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
public class TexasStateReportExtractThEcbRequest : ServiceRequest
Constructors
Declaration
public TexasStateReportExtractThEcbRequest()
Properties
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string ExportFileFolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FiceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public TexasStateReportExtractFileType FileType { get; set; }
Property Value
Declaration
public DateTime? OfficialCensusDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public List<int> PreviousEducationIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Declaration
public int StateReportId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|