Class BursaryListExtended
Represents the BursaryListExtended.
Inheritance
System.Object
BursaryListExtended
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 BursaryListExtended
Constructors
BursaryListExtended()
Declaration
public BursaryListExtended()
Properties
AcademicSessionCode
Declaration
public string AcademicSessionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
AcademicSessionId
Declaration
public int? AcademicSessionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AcademicSessionName
Declaration
public string AcademicSessionName { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryCode
Declaration
public string BursaryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryId
Declaration
public int? BursaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BursaryName
Declaration
public string BursaryName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusReason
Declaration
public string StatusReason { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
TotalCount
Declaration
public int? TotalCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|