Represents the a request for the GenerateTexasStateReportExtractIcut method.
Inheritance
System.Object
GenerateTexasStateReportExtractIcutRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
public class GenerateTexasStateReportExtractIcutRequest : ServiceRequest
Constructors
Declaration
public GenerateTexasStateReportExtractIcutRequest()
Properties
Declaration
public int[] CampusIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public string ExportFileFolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime ReportFromDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public DateTime ReportToDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public int ReportTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTime TwelthClassDayDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|