Class AwardLettersRequest
Inheritance
System.Object
AwardLettersRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AwardLettersRequest : ServiceRequest
Constructors
AwardLettersRequest()
Declaration
public AwardLettersRequest()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
ForValidationOnly
Declaration
public bool ForValidationOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoggedInStaffId
Declaration
public int LoggedInStaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReportName
Declaration
public string ReportName { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffDefaultCampusId
Declaration
public int StaffDefaultCampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAwardInfoList
Declaration
public List<AwardInfo> StudentAwardInfoList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<AwardInfo> |
|