Class FaSapTableEntity
This class represents the EntityModel interface to the AdSapTable database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaSapTableEntity : Entity, IIdentifiable, IAuditable
Constructors
FaSapTableEntity()
Declaration
public FaSapTableEntity()
Fields
AttHoursBasisProperty
The AttHoursBasis property.
Declaration
public static readonly EntityProperty AttHoursBasisProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaSapStatusIdProperty
The FaSapStatusId property.
Declaration
public static readonly EntityProperty FaSapStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsConcurrentEnrollmentsUsedProperty
The IsConcurrentEnrollmentsUsed property.
Declaration
public static readonly EntityProperty IsConcurrentEnrollmentsUsedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMaxHoursValidatedProperty
The IsMaxHoursValidated property.
Declaration
public static readonly EntityProperty IsMaxHoursValidatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPartialSapTermValidatedProperty
The IsPartialSapTermValidated property.
Declaration
public static readonly EntityProperty IsPartialSapTermValidatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTransferCreditsExcludedProperty
The IsTransferCreditsExcluded property.
Declaration
public static readonly EntityProperty IsTransferCreditsExcludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsValidateMaxTimeFrameInCalendarTimeProperty
The IsValidateMaxTimeFrameInCalendarTime property.
Declaration
public static readonly EntityProperty IsValidateMaxTimeFrameInCalendarTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumTimeFrameInCalendarTimeProperty
The MaximumTimeFrameInCalendarTime property.
Declaration
public static readonly EntityProperty MaximumTimeFrameInCalendarTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxTimeFrameProperty
The MaxTimeFrame property.
Declaration
public static readonly EntityProperty MaxTimeFrameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumPaymentPeriodAvgProperty
The MinimumPaymentPeriodAvg property.
Declaration
public static readonly EntityProperty MinimumPaymentPeriodAvgProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumPaymentPeriodGpaProperty
The MinimumPaymentPeriodGpa property.
Declaration
public static readonly EntityProperty MinimumPaymentPeriodGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumTermAvgProperty
The MinimumTermAvg property.
Declaration
public static readonly EntityProperty MinimumTermAvgProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumTermGpaProperty
The MinimumTermGpa property.
Declaration
public static readonly EntityProperty MinimumTermGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NonAttendedAcademicYearProperty
The NonAttendedAcademicYear property.
Declaration
public static readonly EntityProperty NonAttendedAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodAvgOverrideProperty
The PaymentPeriodAvgOverride property.
Declaration
public static readonly EntityProperty PaymentPeriodAvgOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodGpaOverrideProperty
The PaymentPeriodGpaOverride property.
Declaration
public static readonly EntityProperty PaymentPeriodGpaOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolStatusIdProperty
The SchoolStatusId property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupIdProperty
The StudentGroupId property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermAvgOverrideProperty
The TermAvgOverride property.
Declaration
public static readonly EntityProperty TermAvgOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermGpaOverrideProperty
The TermGpaOverride property.
Declaration
public static readonly EntityProperty TermGpaOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitBasisProperty
The UnitBasis property.
Declaration
public static readonly EntityProperty UnitBasisProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AttHoursBasis
Gets or sets the AttHoursBasis associated with this FaSapTableEntity.
Declaration
public string AttHoursBasis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttHoursBasis. |
Code
Gets or sets the Code associated with this FaSapTableEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaSapTableEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaSapStatusId
Gets or sets the FaSapStatusId associated with this FaSapTableEntity.
Declaration
public int? FaSapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaSapStatusId. |
Id
Gets or sets the Id associated with this FaSapTableEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this FaSapTableEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsConcurrentEnrollmentsUsed
Gets or sets the IsConcurrentEnrollmentsUsed associated with this FaSapTableEntity.
Declaration
public bool IsConcurrentEnrollmentsUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsConcurrentEnrollmentsUsed. |
IsMaxHoursValidated
Gets or sets the IsMaxHoursValidated associated with this FaSapTableEntity.
Declaration
public bool IsMaxHoursValidated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMaxHoursValidated. |
IsPartialSapTermValidated
Gets or sets the IsPartialSapTermValidated associated with this FaSapTableEntity.
Declaration
public bool IsPartialSapTermValidated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPartialSapTermValidated. |
IsSystemCode
Gets or sets the IsSystemCode associated with this FaSapTableEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
IsTransferCreditsExcluded
Gets or sets the IsTransferCreditsExcluded associated with this FaSapTableEntity.
Declaration
public bool IsTransferCreditsExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransferCreditsExcluded. |
IsValidateMaxTimeFrameInCalendarTime
Gets or sets the IsValidateMaxTimeFrameInCalendarTime associated with this FaSapTableEntity.
Declaration
public bool? IsValidateMaxTimeFrameInCalendarTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsValidateMaxTimeFrameInCalendarTime. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaSapTableEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaSapTableEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumTimeFrameInCalendarTime
Gets or sets the MaximumTimeFrameInCalendarTime associated with this FaSapTableEntity.
Declaration
public int? MaximumTimeFrameInCalendarTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaximumTimeFrameInCalendarTime. |
MaxTimeFrame
Gets or sets the MaxTimeFrame associated with this FaSapTableEntity.
Declaration
public byte? MaxTimeFrame { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The MaxTimeFrame. |
MaxTimeframeDetailList
Declaration
public List<FaSapMaximumTimeFrameDetail> MaxTimeframeDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Cmc.Nexus.Models.FinancialAid.FaSapMaximumTimeFrameDetail> |
MinimumPaymentPeriodAvg
Gets or sets the MinimumPaymentPeriodAvg associated with this FaSapTableEntity.
Declaration
public decimal MinimumPaymentPeriodAvg { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPaymentPeriodAvg. |
MinimumPaymentPeriodGpa
Gets or sets the MinimumPaymentPeriodGpa associated with this FaSapTableEntity.
Declaration
public decimal MinimumPaymentPeriodGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPaymentPeriodGpa. |
MinimumTermAvg
Gets or sets the MinimumTermAvg associated with this FaSapTableEntity.
Declaration
public decimal? MinimumTermAvg { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumTermAvg. |
MinimumTermGpa
Gets or sets the MinimumTermGpa associated with this FaSapTableEntity.
Declaration
public decimal? MinimumTermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumTermGpa. |
Name
Gets or sets the Name associated with this FaSapTableEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NonAttendedAcademicYear
Gets or sets the NonAttendedAcademicYear associated with this FaSapTableEntity.
Declaration
public string NonAttendedAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NonAttendedAcademicYear. |
PaymentPeriodAvgOverride
Gets or sets the PaymentPeriodAvgOverride associated with this FaSapTableEntity.
Declaration
public decimal PaymentPeriodAvgOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PaymentPeriodAvgOverride. |
PaymentPeriodGpaOverride
Gets or sets the PaymentPeriodGpaOverride associated with this FaSapTableEntity.
Declaration
public decimal PaymentPeriodGpaOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PaymentPeriodGpaOverride. |
RowVersion
Gets or sets the RowVersion associated with this FaSapTableEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this FaSapTableEntity.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusId. |
StudentGroupId
Gets or sets the StudentGroupId associated with this FaSapTableEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TermAvgOverride
Gets or sets the TermAvgOverride associated with this FaSapTableEntity.
Declaration
public decimal? TermAvgOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermAvgOverride. |
TermGpaOverride
Gets or sets the TermGpaOverride associated with this FaSapTableEntity.
Declaration
public decimal? TermGpaOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermGpaOverride. |
UnitBasis
Gets or sets the UnitBasis associated with this FaSapTableEntity.
Declaration
public string UnitBasis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitBasis. |
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()