Class ServicerExportPrePullRequest
Inheritance
System.Object
ServicerExportPrePullRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerExportPrePullRequest : ServiceRequest
Constructors
ServicerExportPrePullRequest()
Declaration
public ServicerExportPrePullRequest()
Properties
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTime? ExtractDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FileType
Declaration
public string FileType { get; set; }
Property Value
Type |
Description |
System.String |
|
FutureDate
Declaration
public DateTime? FutureDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GlobalSchoolId
Declaration
public string GlobalSchoolId { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public List<int> TermId { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|