Class StudentDetails
Inheritance
System.Object
StudentDetails
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 StudentDetails
Constructors
StudentDetails()
Declaration
Properties
AccountBalance
Declaration
public decimal? AccountBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CampusAddr1
Declaration
public string CampusAddr1 { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCity
Declaration
public string CampusCity { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCountry
Declaration
public string CampusCountry { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusPhone
Declaration
public string CampusPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusState
Declaration
public string CampusState { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusZip
Declaration
public string CampusZip { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
Descrip
Declaration
public string Descrip { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceDescrip
Declaration
public string FundSourceDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
IncludeLedgerBalance
Declaration
public bool? IncludeLedgerBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IncludeLedgerTransactions
Declaration
public bool? IncludeLedgerTransactions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintSection
Declaration
public int? PrintSection { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SaBillCode
Declaration
public string SaBillCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SSN
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAddr
Declaration
public string StudentAddr { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCity
Declaration
public string StudentCity { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName_FirstMILast
Declaration
public string StudentName_FirstMILast { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName_LastFirstMI
Declaration
public string StudentName_LastFirstMI { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNameBilling_FirstLast
Declaration
public string StudentNameBilling_FirstLast { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNameBilling_LastFirst
Declaration
public string StudentNameBilling_LastFirst { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentPhone
Declaration
public string StudentPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentState
Declaration
public string StudentState { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentZip
Declaration
public string StudentZip { get; set; }
Property Value
Type |
Description |
System.String |
|
StuNum
Declaration
public string StuNum { get; set; }
Property Value
Type |
Description |
System.String |
|
SyAddressID
Declaration
public int? SyAddressID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Total_CurrentDue
Declaration
public decimal? Total_CurrentDue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Total_PastDuePayments
Declaration
public decimal? Total_PastDuePayments { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Total_PaymentsSinceLastInvoice
Declaration
public decimal? Total_PaymentsSinceLastInvoice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Total_RecentPayments
Declaration
public decimal? Total_RecentPayments { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TransAmount
Declaration
public decimal? TransAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TransDate
Declaration
public DateTime? TransDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransDescrip
Declaration
public string TransDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
TransType
Declaration
public string TransType { get; set; }
Property Value
Type |
Description |
System.String |
|