Class AwardBursaryList
Inheritance
System.Object
AwardBursaryList
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 AwardBursaryList
Constructors
AwardBursaryList()
Declaration
public AwardBursaryList()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsBillingDetailPosted
Declaration
public bool? IsBillingDetailPosted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
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 |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |