Class FaSapTableCondition
This class represents the EntityModel interface to the AdSapDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaSapTableCondition
Constructors
FaSapTableCondition()
Declaration
public FaSapTableCondition()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaSapTableCondition.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EnrollmentStatus
Declaration
public virtual EnrollmentStatus EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
EnrollmentStatus |
EnrollmentStatusId
Gets or sets the EnrollmentStatusId associated with this FaSapTableCondition.
Declaration
public int? EnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentStatusId. |
HoursHigh
Gets or sets the HoursHigh associated with this FaSapTableCondition.
Declaration
public decimal HoursHigh { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HoursHigh. |
HoursLow
Gets or sets the HoursLow associated with this FaSapTableCondition.
Declaration
public decimal HoursLow { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HoursLow. |
Id
Gets or sets the Id associated with this FaSapTableCondition.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPlacedOnProbation
Gets or sets the IsPlacedOnProbation associated with this FaSapTableCondition.
Declaration
public bool IsPlacedOnProbation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedOnProbation. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaSapTableCondition.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaSapTableCondition.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ManualActionNote
Gets or sets the ManualActionNote associated with this FaSapTableCondition.
Declaration
public string ManualActionNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ManualActionNote. |
MaxAllowedPaymentPeriodHoursAbsent
Gets or sets the MaxAllowedPaymentPeriodHoursAbsent associated with this FaSapTableCondition.
Declaration
public decimal MaxAllowedPaymentPeriodHoursAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxAllowedPaymentPeriodHoursAbsent. |
MaxAllowedTermHoursAbsent
Gets or sets the MaxAllowedTermHoursAbsent associated with this FaSapTableCondition.
Declaration
public decimal? MaxAllowedTermHoursAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxAllowedTermHoursAbsent. |
MinimumGpa
Gets or sets the MinimumGpa associated with this FaSapTableCondition.
Declaration
public decimal MinimumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumGpa. |
MinimumHoursAttended
Gets or sets the MinimumHoursAttended associated with this FaSapTableCondition.
Declaration
public decimal MinimumHoursAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumHoursAttended. |
MinimumNumericAvg
Gets or sets the MinimumNumericAvg associated with this FaSapTableCondition.
Declaration
public decimal? MinimumNumericAvg { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumNumericAvg. |
MinimumPaymentPeriodGpa
Gets or sets the MinimumPaymentPeriodGpa associated with this FaSapTableCondition.
Declaration
public decimal MinimumPaymentPeriodGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPaymentPeriodGpa. |
MinimumPctComplete
Gets or sets the MinimumPctComplete associated with this FaSapTableCondition.
Declaration
public decimal MinimumPctComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPctComplete. |
MinimumTermGpa
Gets or sets the MinimumTermGpa associated with this FaSapTableCondition.
Declaration
public decimal? MinimumTermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumTermGpa. |
PaymentPeriodCount
Gets or sets the PaymentPeriodCount associated with this FaSapTableCondition.
Declaration
public int PaymentPeriodCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentPeriodCount. |
PreviousSapStatusId
Gets or sets the PreviousSapStatusId associated with this FaSapTableCondition.
Declaration
public int? PreviousSapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousSapStatusId. |
ProbationLength
Gets or sets the ProbationLength associated with this FaSapTableCondition.
Declaration
public byte ProbationLength { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The ProbationLength. |
SapCheckpoint
Gets or sets the SapCheckpoint associated with this FaSapTableCondition.
Declaration
public byte SapCheckpoint { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The SapCheckpoint. |
SapStatus
Declaration
public virtual FaSapStatus SapStatus { get; set; }
Property Value
Type | Description |
---|---|
FaSapStatus |
SapStatusId
Gets or sets the SapStatusId associated with this FaSapTableCondition.
Declaration
public int? SapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SapStatusId. |
SapTable
Declaration
public virtual FaSapTable SapTable { get; set; }
Property Value
Type | Description |
---|---|
FaSapTable |
SapTableId
Gets or sets the SapTableId associated with this FaSapTableCondition.
Declaration
public int SapTableId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SapTableId. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this FaSapTableCondition.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusId. |
SequenceNumber
Gets or sets the SequenceNumber associated with this FaSapTableCondition.
Declaration
public byte SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The SequenceNumber. |
StudentGroup
Declaration
public virtual StudentGroup StudentGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentGroup |
StudentGroupId
Gets or sets the StudentGroupId associated with this FaSapTableCondition.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TermSequence
Gets or sets the TermSequence associated with this FaSapTableCondition.
Declaration
public int? TermSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermSequence. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |