Class SapTable
This class represents the EntityModel interface to the AdSapTable database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
[Obsolete("This entity has been moved to the FinancialAid name space", true)]
public class SapTable
Constructors
SapTable()
Declaration
public SapTable()
Properties
AttHoursBasis
Gets or sets the AttHoursBasis associated with this SapTable.
Declaration
public string AttHoursBasis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttHoursBasis. |
Code
Gets or sets the Code associated with this SapTable.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Id
Gets or sets the Id associated with this SapTable.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SapTable.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsConcurrentEnrollmentsUsed
Gets or sets the IsConcurrentEnrollmentsUsed associated with this SapTable.
Declaration
public bool IsConcurrentEnrollmentsUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsConcurrentEnrollmentsUsed. |
IsMaxHoursValidated
Gets or sets the IsMaxHoursValidated associated with this SapTable.
Declaration
public bool IsMaxHoursValidated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMaxHoursValidated. |
IsPartialSapTermValidated
Gets or sets the IsPartialSapTermValidated associated with this SapTable.
Declaration
public bool IsPartialSapTermValidated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPartialSapTermValidated. |
IsSystemCode
Gets or sets the IsSystemCode associated with this SapTable.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
IsTransferCreditsExcluded
Gets or sets the IsTransferCreditsExcluded associated with this SapTable.
Declaration
public bool IsTransferCreditsExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransferCreditsExcluded. |
MaxTimeFrame
Gets or sets the MaxTimeFrame associated with this SapTable.
Declaration
public byte? MaxTimeFrame { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The MaxTimeFrame. |
MinimumPaymentPeriodAvg
Gets or sets the MinimumPaymentPeriodAvg associated with this SapTable.
Declaration
public decimal MinimumPaymentPeriodAvg { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPaymentPeriodAvg. |
MinimumPaymentPeriodGpa
Gets or sets the MinimumPaymentPeriodGpa associated with this SapTable.
Declaration
public decimal MinimumPaymentPeriodGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumPaymentPeriodGpa. |
MinimumTermAvg
Gets or sets the MinimumTermAvg associated with this SapTable.
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 SapTable.
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 SapTable.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PaymentPeriodAvgOverride
Gets or sets the PaymentPeriodAvgOverride associated with this SapTable.
Declaration
public decimal PaymentPeriodAvgOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PaymentPeriodAvgOverride. |
PaymentPeriodGpaOverride
Gets or sets the PaymentPeriodGpaOverride associated with this SapTable.
Declaration
public decimal PaymentPeriodGpaOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PaymentPeriodGpaOverride. |
ProgramVersions
Declaration
public virtual ICollection<ProgramVersion> ProgramVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramVersion> |
SapStatusId
Gets or sets the SapStatusId associated with this SapTable.
Declaration
public int? SapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SapStatusId. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this SapTable.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusId. |
StudentGroup
Declaration
public virtual StudentGroup StudentGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentGroup |
StudentGroupId
Gets or sets the StudentGroupId associated with this SapTable.
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 SapTable.
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 SapTable.
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 SapTable.
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()