Class BursaryApplicationDetailExtended
Inheritance
System.Object
BursaryApplicationDetailExtended
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 BursaryApplicationDetailExtended
Constructors
BursaryApplicationDetailExtended()
Declaration
public BursaryApplicationDetailExtended()
Properties
BursaryCreatedDate
Declaration
public DateTime? BursaryCreatedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
BursaryId
Declaration
public int? BursaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BursaryNumber
Declaration
public string BursaryNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryStatusId
Declaration
public int? BursaryStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BursaryStatusReasonId
Declaration
public int? BursaryStatusReasonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
Eligibility
Declaration
public int? Eligibility { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EligibleAmount
Declaration
public decimal? EligibleAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
EligiblePayoutCategoryIdentifier
Declaration
public int? EligiblePayoutCategoryIdentifier { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|