Class StudentRecord
Inheritance
System.Object
StudentRecord
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 StudentRecord
Constructors
StudentRecord()
Declaration
public StudentRecord()
Properties
AmAgencyBranchID
Declaration
public int? AmAgencyBranchID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaFundSourceID
Declaration
public int? FaFundSourceID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FaSchedID
Declaration
public int? FaSchedID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FaStudentAidID
Declaration
public int? FaStudentAidID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
NetAmount
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SyStudentID
Declaration
public int? SyStudentID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ThirdPartyInvoiceLine
Declaration
public string ThirdPartyInvoiceLine { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ThirdPartyInvoiceNumber
Declaration
public string ThirdPartyInvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |