Class GpaCalculationTypeEntity
This class represents the EntityModel interface to the AdGPA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GpaCalculationTypeEntity : Entity, IIdentifiable, IAuditable
Constructors
GpaCalculationTypeEntity()
Declaration
public GpaCalculationTypeEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
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 |
DecimalPrecisionProperty
The DecimalPrecision property.
Declaration
public static readonly EntityProperty DecimalPrecisionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DegreeLevelProperty
The DegreeLevel property.
Declaration
public static readonly EntityProperty DegreeLevelProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeCourseAttributesProperty
The GpaCalculationTypeCourseAttributes property.
Declaration
public static readonly EntityProperty GpaCalculationTypeCourseAttributesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeLetterGradesProperty
The GpaCalculationTypeLetterGrades property.
Declaration
public static readonly EntityProperty GpaCalculationTypeLetterGradesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeProgramsProperty
The GpaCalculationTypePrograms property.
Declaration
public static readonly EntityProperty GpaCalculationTypeProgramsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeTransferCreditCalculationsProperty
The GpaCalculationTypeTransferCreditCalculations property.
Declaration
public static readonly EntityProperty GpaCalculationTypeTransferCreditCalculationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeTransferCreditStatusesProperty
The GpaCalculationTypeTransferCreditStatuses property.
Declaration
public static readonly EntityProperty GpaCalculationTypeTransferCreditStatusesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeTransferCreditTypesProperty
The GpaCalculationTypeTransferCreditTypes property.
Declaration
public static readonly EntityProperty GpaCalculationTypeTransferCreditTypesProperty
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 |
InactiveDateProperty
The InactiveDate property.
Declaration
public static readonly EntityProperty InactiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncludeTermCalcProperty
The IncludeTermCalc property.
Declaration
public static readonly EntityProperty IncludeTermCalcProperty
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 |
IsBasedOnCreditHoursProperty
The IsBasedOnCreditHours property.
Declaration
public static readonly EntityProperty IsBasedOnCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCommentVisibleProperty
The IsCommentVisible property.
Declaration
public static readonly EntityProperty IsCommentVisibleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedAutoAwardProperty
The IsIncludedAutoAward property.
Declaration
public static readonly EntityProperty IsIncludedAutoAwardProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemProperty
The IsSystem property.
Declaration
public static readonly EntityProperty IsSystemProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTruncatedProperty
The IsTruncated property.
Declaration
public static readonly EntityProperty IsTruncatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsWeightedProperty
The IsWeighted property.
Declaration
public static readonly EntityProperty IsWeightedProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PendingChangesProperty
The Represents the pending changes associated with this gpa calculation type. property.
Declaration
public static readonly EntityProperty PendingChangesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevEducationTypeProperty
The PrevEducationType property.
Declaration
public static readonly EntityProperty PrevEducationTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RetakeMethodProperty
The RetakeMethod property.
Declaration
public static readonly EntityProperty RetakeMethodProperty
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 |
ShowOnDegreeAuditProperty
The ShowOnDegreeAudit property.
Declaration
public static readonly EntityProperty ShowOnDegreeAuditProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ShowOnReportCardProperty
The ShowOnReportCard property.
Declaration
public static readonly EntityProperty ShowOnReportCardProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ShowOnTranscriptProperty
The ShowOnTranscript property.
Declaration
public static readonly EntityProperty ShowOnTranscriptProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this GpaCalculationTypeEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this GpaCalculationTypeEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GpaCalculationTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DecimalPrecision
Gets or sets the DecimalPrecision associated with this GpaCalculationTypeEntity.
Declaration
public byte DecimalPrecision { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The DecimalPrecision. |
DegreeLevel
Gets or sets the DegreeLevel associated with this GpaCalculationTypeEntity.
Declaration
public int DegreeLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DegreeLevel. |
GpaCalculationTypeCourseAttributes
Declaration
public virtual EntityCollection<GpaCalculationTypeCourseAttributeEntity> GpaCalculationTypeCourseAttributes { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GpaCalculationTypeCourseAttributeEntity> |
GpaCalculationTypeLetterGrades
Declaration
public virtual EntityCollection<GpaCalculationTypeLetterGradeEntity> GpaCalculationTypeLetterGrades { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GpaCalculationTypeLetterGradeEntity> |
GpaCalculationTypePrograms
Declaration
public virtual EntityCollection<GpaCalculationTypeProgramEntity> GpaCalculationTypePrograms { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GpaCalculationTypeProgramEntity> |
GpaCalculationTypeTransferCreditCalculations
Declaration
public virtual EntityCollection<GpaCalculationTypeTransferCreditCalculationEntity> GpaCalculationTypeTransferCreditCalculations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GpaCalculationTypeTransferCreditCalculationEntity> |
GpaCalculationTypeTransferCreditStatuses
Declaration
public virtual EntityCollection<GpaCalculationTypeTransferCreditStatusEntity> GpaCalculationTypeTransferCreditStatuses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GpaCalculationTypeTransferCreditStatusEntity> |
GpaCalculationTypeTransferCreditTypes
Declaration
public virtual EntityCollection<GpaCalculationTypeTransferCreditTypeEntity> GpaCalculationTypeTransferCreditTypes { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GpaCalculationTypeTransferCreditTypeEntity> |
Id
Gets or sets the Id associated with this GpaCalculationTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InactiveDate
Gets or sets the InactiveDate associated with this GpaCalculationTypeEntity.
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 GpaCalculationTypeEntity.
Declaration
public bool IncludeTermCalc { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IncludeTermCalc. |
IsActive
Gets or sets the IsActive associated with this GpaCalculationTypeEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsBasedOnCreditHours
Gets or sets the IsBasedOnCreditHours associated with this GpaCalculationTypeEntity.
Declaration
public bool IsBasedOnCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBasedOnCreditHours. |
IsCommentVisible
Gets or sets the IsCommentVisible associated with this GpaCalculationTypeEntity.
Declaration
public bool IsCommentVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCommentVisible. |
IsIncludedAutoAward
Gets or sets the IsIncludedAutoAward associated with this GpaCalculationTypeEntity.
Declaration
public bool IsIncludedAutoAward { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedAutoAward. |
IsSystem
Gets or sets the IsSystem associated with this GpaCalculationTypeEntity.
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystem. |
IsTruncated
Gets or sets the IsTruncated associated with this GpaCalculationTypeEntity.
Declaration
public bool IsTruncated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTruncated. |
IsWeighted
Gets or sets the IsWeighted associated with this GpaCalculationTypeEntity.
Declaration
public bool IsWeighted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsWeighted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GpaCalculationTypeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GpaCalculationTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this GpaCalculationTypeEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this GpaCalculationTypeEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PendingChanges
Gets or sets the PendingChanges associated with this GpaCalculationTypeEntity.
Declaration
public string PendingChanges { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PendingChanges. |
PrevEducationType
Gets or sets the PrevEducationType associated with this GpaCalculationTypeEntity.
Declaration
public byte PrevEducationType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The PrevEducationType. |
RetakeMethod
Gets or sets the RetakeMethod associated with this GpaCalculationTypeEntity.
Declaration
public byte RetakeMethod { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The RetakeMethod. |
RowVersion
Gets or sets the RowVersion associated with this GpaCalculationTypeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ShowOnDegreeAudit
Gets or sets the ShowOnDegreeAudit associated with this GpaCalculationTypeEntity.
Declaration
public bool ShowOnDegreeAudit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ShowOnDegreeAudit. |
ShowOnReportCard
Gets or sets the ShowOnReportCard associated with this GpaCalculationTypeEntity.
Declaration
public bool ShowOnReportCard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ShowOnReportCard. |
ShowOnTranscript
Gets or sets the ShowOnTranscript associated with this GpaCalculationTypeEntity.
Declaration
public bool ShowOnTranscript { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ShowOnTranscript. |
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()