Class StudentTransactionList
Inheritance
System.Object
StudentTransactionList
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 StudentTransactionList
Constructors
StudentTransactionList()
Declaration
public StudentTransactionList()
Properties
ApprovedAwardAmount
Approved Award Amount
Declaration
public decimal ApprovedAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ConnectedStudentAcademicYearPaymentPeriodId
Connected Student Academic Year Payment Period Id
Declaration
public int? ConnectedStudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ConnectedStudentEnrollmentPeriodId
Connected Student Enrollment Period Id
Declaration
public int? ConnectedStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
EstimatedAwardAmount
Estimated Award Amount
Declaration
public decimal EstimatedAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ExpectedFundingPrinted
Expected Funding Printed
Declaration
public int ExpectedFundingPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExpectedFundingTermIdList
Expected Funding Term Ids - Coma seperated values
Declaration
public string ExpectedFundingTermIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsApprovedAwardIncluded
Is Approved Award Included
Declaration
public bool IsApprovedAwardIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsClassSchedulePrinted
Is ClassSchedule Printed
Declaration
public bool IsClassSchedulePrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEstimatedAwardIncluded
Is Estimated Award Included
Declaration
public bool IsEstimatedAwardIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPendingAwardIncluded
Is Pending Award Included
Declaration
public bool IsPendingAwardIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSubsidiaryPrinted
Is Subsidiary Printed
Declaration
public bool IsSubsidiaryPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PendingAwardAmount
Pending Award Amount
Declaration
public decimal PendingAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentAcademicYearPaymentPeriodId
Student Academic Year Payment Period Id
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
Student Enrollment Period Id
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
Student Id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentName
Student Name
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermIdList
Term Id List
Declaration
public ICollection<int> TermIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
TotalApprovedAwardAmount
Total Approved Award Amount
Declaration
public decimal TotalApprovedAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TotalEstimatedAwardAmount
Total Estimated Award Amount
Declaration
public decimal TotalEstimatedAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TotalPendingAwardAmount
Total Pending Award Amount
Declaration
public decimal TotalPendingAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |