Class AwardInfo
Inheritance
System.Object
AwardInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AwardInfo
Constructors
AwardInfo()
Declaration
public AwardInfo()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |