Class FaSapTableConditionEntity
This class represents the EntityModel interface to the AdSapDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaSapTableConditionEntity : Entity, IIdentifiable, IAuditable
Constructors
FaSapTableConditionEntity()
Declaration
public FaSapTableConditionEntity()
Fields
CreatedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentStatusIdProperty
The property.
Declaration
public static readonly EntityProperty EnrollmentStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursHighProperty
The property.
Declaration
public static readonly EntityProperty HoursHighProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursLowProperty
The property.
Declaration
public static readonly EntityProperty HoursLowProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlacedOnProbationProperty
The property.
Declaration
public static readonly EntityProperty IsPlacedOnProbationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ManualActionNoteProperty
The property.
Declaration
public static readonly EntityProperty ManualActionNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxAllowedPaymentPeriodHoursAbsentProperty
The property.
Declaration
public static readonly EntityProperty MaxAllowedPaymentPeriodHoursAbsentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxAllowedTermHoursAbsentProperty
The property.
Declaration
public static readonly EntityProperty MaxAllowedTermHoursAbsentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumGpaProperty
The property.
Declaration
public static readonly EntityProperty MinimumGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumHoursAttendedProperty
The property.
Declaration
public static readonly EntityProperty MinimumHoursAttendedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumNumericAvgProperty
The property.
Declaration
public static readonly EntityProperty MinimumNumericAvgProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumPaymentPeriodGpaProperty
The property.
Declaration
public static readonly EntityProperty MinimumPaymentPeriodGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumPctCompleteProperty
The property.
Declaration
public static readonly EntityProperty MinimumPctCompleteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumTermGpaProperty
The property.
Declaration
public static readonly EntityProperty MinimumTermGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodCountProperty
The property.
Declaration
public static readonly EntityProperty PaymentPeriodCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousSapStatusIdProperty
The property.
Declaration
public static readonly EntityProperty PreviousSapStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProbationLengthProperty
The property.
Declaration
public static readonly EntityProperty ProbationLengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SapCheckpointProperty
The property.
Declaration
public static readonly EntityProperty SapCheckpointProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SapStatusIdProperty
The property.
Declaration
public static readonly EntityProperty SapStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SapTableIdProperty
The property.
Declaration
public static readonly EntityProperty SapTableIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolStatusIdProperty
The property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceNumberProperty
The property.
Declaration
public static readonly EntityProperty SequenceNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupIdProperty
The property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermSequenceProperty
The property.
Declaration
public static readonly EntityProperty TermSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaSapTableConditionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EnrollmentStatusId
Gets or sets the EnrollmentStatusId associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
Declaration
public decimal HoursHigh { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HoursHigh. |
HoursLow
Gets or sets the HoursLow associated with this FaSapTableConditionEntity.
Declaration
public decimal HoursLow { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HoursLow. |
Id
Gets or sets the Id associated with this FaSapTableConditionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPlacedOnProbation
Gets or sets the IsPlacedOnProbation associated with this FaSapTableConditionEntity.
Declaration
public bool IsPlacedOnProbation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedOnProbation. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaSapTableConditionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaSapTableConditionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ManualActionNote
Gets or sets the ManualActionNote associated with this FaSapTableConditionEntity.
Declaration
public string ManualActionNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ManualActionNote. |
MaxAllowedPaymentPeriodHoursAbsent
Gets or sets the MaxAllowedPaymentPeriodHoursAbsent associated with this FaSapTableConditionEntity.
Declaration
public decimal MaxAllowedPaymentPeriodHoursAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxAllowedPaymentPeriodHoursAbsent. |
MaxAllowedTermHoursAbsent
Gets or sets the MaxAllowedTermHoursAbsent associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
Declaration
public decimal MinimumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumGpa. |
MinimumHoursAttended
Gets or sets the MinimumHoursAttended associated with this FaSapTableConditionEntity.
Declaration
public decimal MinimumHoursAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumHoursAttended. |
MinimumNumericAvg
Gets or sets the MinimumNumericAvg associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
Declaration
public decimal MinimumPaymentPeriodGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPaymentPeriodGpa. |
MinimumPctComplete
Gets or sets the MinimumPctComplete associated with this FaSapTableConditionEntity.
Declaration
public decimal MinimumPctComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPctComplete. |
MinimumTermGpa
Gets or sets the MinimumTermGpa associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
Declaration
public int PaymentPeriodCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentPeriodCount. |
PreviousSapStatusId
Gets or sets the PreviousSapStatusId associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
Declaration
public byte ProbationLength { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The ProbationLength. |
RowVersion
Gets or sets the RowVersion associated with this FaSapTableConditionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SapCheckpoint
Gets or sets the SapCheckpoint associated with this FaSapTableConditionEntity.
Declaration
public byte SapCheckpoint { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The SapCheckpoint. |
SapStatusId
Gets or sets the SapStatusId associated with this FaSapTableConditionEntity.
Declaration
public int? SapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SapStatusId. |
SapTableId
Gets or sets the SapTableId associated with this FaSapTableConditionEntity.
Declaration
public int SapTableId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SapTableId. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
Declaration
public byte SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The SequenceNumber. |
StudentGroupId
Gets or sets the StudentGroupId associated with this FaSapTableConditionEntity.
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 FaSapTableConditionEntity.
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()