Class StudentGpaIncludedCourseEntity
This class represents the EntityModel interface to the AdGPAStudentCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentGpaIncludedCourseEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentGpaIncludedCourseEntity()
Declaration
public StudentGpaIncludedCourseEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaCalculationTypeIdProperty
The GpaCalculationTypeId property.
Declaration
public static readonly EntityProperty GpaCalculationTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradePointsProperty
The GradePoints property.
Declaration
public static readonly EntityProperty GradePointsProperty
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 |
IsIncludedInDefaultCumProperty
The IsIncludedInDefaultCum property.
Declaration
public static readonly EntityProperty IsIncludedInDefaultCumProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedInDefaultGpaProperty
The IsIncludedInDefaultGpa property.
Declaration
public static readonly EntityProperty IsIncludedInDefaultGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedInDefaultTermProperty
The IsIncludedInDefaultTerm property.
Declaration
public static readonly EntityProperty IsIncludedInDefaultTermProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedInTermGpaProperty
The IsIncludedInTermGpa property.
Declaration
public static readonly EntityProperty IsIncludedInTermGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludeInCumGpaProperty
The IsIncludeInCumGpa property.
Declaration
public static readonly EntityProperty IsIncludeInCumGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsManualOverrideProperty
The IsManualOverride property.
Declaration
public static readonly EntityProperty IsManualOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRemovedByRetakeProperty
The IsRemovedByRetake property.
Declaration
public static readonly EntityProperty IsRemovedByRetakeProperty
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 |
QualityPointsProperty
The QualityPoints property.
Declaration
public static readonly EntityProperty QualityPointsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
QualityUnitsProperty
The QualityUnits property.
Declaration
public static readonly EntityProperty QualityUnitsProperty
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 |
StudentCourseIdProperty
The StudentCourseId property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentTransferCreditIdProperty
The StudentTransferCreditId property.
Declaration
public static readonly EntityProperty StudentTransferCreditIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitsAttemptedProperty
The UnitsAttempted property.
Declaration
public static readonly EntityProperty UnitsAttemptedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitsEarnedProperty
The UnitsEarned property.
Declaration
public static readonly EntityProperty UnitsEarnedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentGpaIncludedCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GpaCalculationTypeId
Gets or sets the GpaCalculationTypeId associated with this StudentGpaIncludedCourseEntity.
Declaration
public int GpaCalculationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GpaCalculationTypeId. |
GradePoints
Gets or sets the GradePoints associated with this StudentGpaIncludedCourseEntity.
Declaration
public decimal? GradePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradePoints. |
Id
Gets or sets the Id associated with this StudentGpaIncludedCourseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsIncludedInDefaultCum
Gets or sets the IsIncludedInDefaultCum associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool IsIncludedInDefaultCum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInDefaultCum. |
IsIncludedInDefaultGpa
Gets or sets the IsIncludedInDefaultGpa associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool IsIncludedInDefaultGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInDefaultGpa. |
IsIncludedInDefaultTerm
Gets or sets the IsIncludedInDefaultTerm associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool IsIncludedInDefaultTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInDefaultTerm. |
IsIncludedInTermGpa
Gets or sets the IsIncludedInTermGpa associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool IsIncludedInTermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInTermGpa. |
IsIncludeInCumGpa
Gets or sets the IsIncludeInCumGpa associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool IsIncludeInCumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludeInCumGpa. |
IsManualOverride
Gets or sets the IsManualOverride associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool? IsManualOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsManualOverride. |
IsRemovedByRetake
Gets or sets the IsRemovedByRetake associated with this StudentGpaIncludedCourseEntity.
Declaration
public bool? IsRemovedByRetake { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRemovedByRetake. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentGpaIncludedCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentGpaIncludedCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
QualityPoints
Gets or sets the QualityPoints associated with this StudentGpaIncludedCourseEntity.
Declaration
public decimal? QualityPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The QualityPoints. |
QualityUnits
Gets or sets the QualityUnits associated with this StudentGpaIncludedCourseEntity.
Declaration
public decimal? QualityUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The QualityUnits. |
RowVersion
Gets or sets the RowVersion associated with this StudentGpaIncludedCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentGpaIncludedCourseEntity.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentId
Gets or sets the StudentId associated with this StudentGpaIncludedCourseEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentTransferCreditId
Gets or sets the StudentTransferCreditId associated with this StudentGpaIncludedCourseEntity.
Declaration
public int? StudentTransferCreditId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentTransferCreditId. |
TermId
Gets or sets the TermId associated with this StudentGpaIncludedCourseEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
UnitsAttempted
Gets or sets the UnitsAttempted associated with this StudentGpaIncludedCourseEntity.
Declaration
public decimal? UnitsAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The UnitsAttempted. |
UnitsEarned
Gets or sets the UnitsEarned associated with this StudentGpaIncludedCourseEntity.
Declaration
public decimal? UnitsEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The UnitsEarned. |
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()