Class StudentStipendSummaryDetails
Inheritance
System.Object
StudentStipendSummaryDetails
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentStipendSummaryDetails
Constructors
StudentStipendSummaryDetails()
Declaration
public StudentStipendSummaryDetails()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusDescrip
Declaration
public string CampusDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceDescrip
Declaration
public string FundSourceDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|