Class CalculateFaSapData
Inheritance
System.Object
CalculateFaSapData
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.FinancialAid.Contracts.dll
Syntax
public class CalculateFaSapData
Constructors
CalculateFaSapData()
Declaration
public CalculateFaSapData()
Properties
ActionIfFailed
Declaration
public string ActionIfFailed { get; set; }
Property Value
Type |
Description |
System.String |
|
ActualPctComplete
Declaration
public decimal ActualPctComplete { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CreditsAttempted
Declaration
public decimal CreditsAttempted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CreditsEarned
Declaration
public decimal CreditsEarned { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CumulativeNumericAverage
Declaration
public decimal CumulativeNumericAverage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CurrentGPA
Declaration
public decimal CurrentGPA { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CurrentNumericAverage
Declaration
public decimal CurrentNumericAverage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FailSequenceNumber
Declaration
public int? FailSequenceNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FaSapStatusId
Declaration
public int FaSapStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GPA
Declaration
public decimal GPA { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
HoursAttempted
Declaration
public decimal HoursAttempted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsPartialSapTerm
Declaration
public bool IsPartialSapTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LinkedSAPProgramVersionDescrip
Declaration
public string LinkedSAPProgramVersionDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
LinkedSapStudentEnrollmentPeriodId
Declaration
public int? LinkedSapStudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ManualActionNote
Declaration
public string ManualActionNote { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriod
Declaration
public string PaymentPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriodCount
Declaration
public int? PaymentPeriodCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PercentageCompleted
Declaration
public decimal PercentageCompleted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PreviousFaSapStatusId
Declaration
public int PreviousFaSapStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SapCheckpoint
Declaration
public int SapCheckpoint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SapEvaluationDate
Declaration
public DateTime? SapEvaluationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
SapFailureReason
Declaration
public string SapFailureReason { get; set; }
Property Value
Type |
Description |
System.String |
|
SapStatusDescrip
Declaration
public string SapStatusDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
SAPStatusText
Declaration
public string SAPStatusText { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusId
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StaffId
Declaration
public int? StaffId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TermDescrip
Declaration
public string TermDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermSequence
Declaration
public int TermSequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
UnitsAttempted
Declaration
public decimal UnitsAttempted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsEarned
Declaration
public decimal UnitsEarned { get; set; }
Property Value
Type |
Description |
System.Decimal |
|