Class BursaryPayoutAllRequest
Inheritance
System.Object
BursaryPayoutAllRequest
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.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryPayoutAllRequest
Constructors
BursaryPayoutAllRequest()
Declaration
public BursaryPayoutAllRequest()
Properties
AcademicYearId
Declaration
public int AcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
GradeLevelId
Declaration
public int GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PayoutType
Declaration
public string PayoutType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |