Class GpaCalculationType
This class represents the EntityModel interface to the AdGPA database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GpaCalculationType
Constructors
GpaCalculationType()
Declaration
public GpaCalculationType()
Properties
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this GpaCalculationType.
Declaration
public int CampusGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this GpaCalculationType.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GpaCalculationType.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
DecimalPrecision
Gets or sets the DecimalPrecision associated with this GpaCalculationType.
Declaration
public byte DecimalPrecision { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | The DecimalPrecision. |
DegreeLevel
Gets or sets the DegreeLevel associated with this GpaCalculationType.
Declaration
public int DegreeLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DegreeLevel. |
GpaCalculationTypeCourseAttributes
Declaration
public virtual ICollection<GpaCalculationTypeCourseAttribute> GpaCalculationTypeCourseAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GpaCalculationTypeCourseAttribute> |
GpaCalculationTypeLetterGrades
Declaration
public virtual ICollection<GpaCalculationTypeLetterGrade> GpaCalculationTypeLetterGrades { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GpaCalculationTypeLetterGrade> |
GpaCalculationTypePrograms
Declaration
public virtual ICollection<GpaCalculationTypeProgram> GpaCalculationTypePrograms { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GpaCalculationTypeProgram> |
GpaCalculationTypeTransferCreditCalculations
Declaration
public virtual ICollection<GpaCalculationTypeTransferCreditCalculation> GpaCalculationTypeTransferCreditCalculations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GpaCalculationTypeTransferCreditCalculation> |
GpaCalculationTypeTransferCreditStatuses
Declaration
public virtual ICollection<GpaCalculationTypeTransferCreditStatus> GpaCalculationTypeTransferCreditStatuses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GpaCalculationTypeTransferCreditStatus> |
GpaCalculationTypeTransferCreditTypes
Declaration
public virtual ICollection<GpaCalculationTypeTransferCreditType> GpaCalculationTypeTransferCreditTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GpaCalculationTypeTransferCreditType> |
Id
Gets or sets the Id associated with this GpaCalculationType.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
InactiveDate
Gets or sets the InactiveDate associated with this GpaCalculationType.
Declaration
public DateTime? InactiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The InactiveDate. |
IncludeTermCalc
Gets or sets the IncludeTermCalc associated with this GpaCalculationType.
Declaration
public bool IncludeTermCalc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IncludeTermCalc. |
IsActive
Gets or sets the IsActive associated with this GpaCalculationType.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
IsBasedOnCreditHours
Gets or sets the IsBasedOnCreditHours associated with this GpaCalculationType.
Declaration
public bool IsBasedOnCreditHours { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsBasedOnCreditHours. |
IsCommentVisible
Gets or sets the IsCommentVisible associated with this GpaCalculationType.
Declaration
public bool IsCommentVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsCommentVisible. |
IsIncludedAutoAward
Gets or sets the IsIncludedAutoAward associated with this GpaCalculationType.
Declaration
public bool IsIncludedAutoAward { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsIncludedAutoAward. |
IsSystem
Gets or sets the IsSystem associated with this GpaCalculationType.
Declaration
public bool IsSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsSystem. |
IsTruncated
Gets or sets the IsTruncated associated with this GpaCalculationType.
Declaration
public bool IsTruncated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsTruncated. |
IsWeighted
Gets or sets the IsWeighted associated with this GpaCalculationType.
Declaration
public bool IsWeighted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsWeighted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GpaCalculationType.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GpaCalculationType.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this GpaCalculationType.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
Note
Gets or sets the Note associated with this GpaCalculationType.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
PendingChanges
Gets or sets the PendingChanges associated with this GpaCalculationType.
Declaration
public string PendingChanges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PendingChanges. |
PrevEducationType
Gets or sets the PrevEducationType associated with this GpaCalculationType.
Declaration
public byte PrevEducationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | The PrevEducationType. |
RetakeMethod
Gets or sets the RetakeMethod associated with this GpaCalculationType.
Declaration
public byte RetakeMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | The RetakeMethod. |
ShowOnDegreeAudit
Gets or sets the ShowOnDegreeAudit associated with this GpaCalculationType.
Declaration
public bool ShowOnDegreeAudit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The ShowOnDegreeAudit. |
ShowOnReportCard
Gets or sets the ShowOnReportCard associated with this GpaCalculationType.
Declaration
public bool ShowOnReportCard { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The ShowOnReportCard. |
ShowOnTranscript
Gets or sets the ShowOnTranscript associated with this GpaCalculationType.
Declaration
public bool ShowOnTranscript { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The ShowOnTranscript. |
StudentGPAs
Declaration
public virtual ICollection<StudentGpa> StudentGPAs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<StudentGpa> |
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 relationships 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 |