Class GradeScaleLetterGradeEntity
This class represents the EntityModel interface to the AdGradeLetter database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GradeScaleLetterGradeEntity : Entity, IIdentifiable, IAuditable
Constructors
GradeScaleLetterGradeEntity()
Declaration
public GradeScaleLetterGradeEntity()
Fields
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 |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradeScaleIdProperty
The GradeScaleId property.
Declaration
public static readonly EntityProperty GradeScaleIdProperty
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 |
IncompleteGradeExpirationDaysProperty
The IncompleteGradeExpirationDays property.
Declaration
public static readonly EntityProperty IncompleteGradeExpirationDaysProperty
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 |
IsAfterLdwGradeProperty
The IsAfterLdwGrade property.
Declaration
public static readonly EntityProperty IsAfterLdwGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAuditGradeProperty
The IsAuditGrade property.
Declaration
public static readonly EntityProperty IsAuditGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCountedAsCreditEarnedProperty
The IsCountedAsCreditEarned property.
Declaration
public static readonly EntityProperty IsCountedAsCreditEarnedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCountedAsCreditsAttemptedProperty
The IsCountedAsCreditsAttempted property.
Declaration
public static readonly EntityProperty IsCountedAsCreditsAttemptedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultDropGradeProperty
The IsDefaultDropGrade property.
Declaration
public static readonly EntityProperty IsDefaultDropGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDropGradeProperty
The IsDropGrade property.
Declaration
public static readonly EntityProperty IsDropGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedInGpaCalculationProperty
The IsIncludedInGpaCalculation property.
Declaration
public static readonly EntityProperty IsIncludedInGpaCalculationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedInSapCalculationProperty
The IsIncludedInSapCalculation property.
Declaration
public static readonly EntityProperty IsIncludedInSapCalculationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncompleteGradeProperty
The IsIncompleteGrade property.
Declaration
public static readonly EntityProperty IsIncompleteGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLetterGradeForExamAbsentProperty
The IsLetterGradeForExamAbsent property.
Declaration
public static readonly EntityProperty IsLetterGradeForExamAbsentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLetterGradeForExamNotEligibleProperty
The IsLetterGradeForExamNotEligible property.
Declaration
public static readonly EntityProperty IsLetterGradeForExamNotEligibleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPassFailProperty
The IsPassFail property.
Declaration
public static readonly EntityProperty IsPassFailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSupplementaryGradeProperty
The IsSupplementaryGrade property.
Declaration
public static readonly EntityProperty IsSupplementaryGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTransferGradeProperty
The IsTransferGrade property.
Declaration
public static readonly EntityProperty IsTransferGradeProperty
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 |
LowerRangeProperty
The LowerRange property.
Declaration
public static readonly EntityProperty LowerRangeProperty
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 |
PointsProperty
The Points property.
Declaration
public static readonly EntityProperty PointsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReplacementGradeScaleLetterGradesIdProperty
The ReplacementGradeScaleLetterGradesId property.
Declaration
public static readonly EntityProperty ReplacementGradeScaleLetterGradesIdProperty
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 |
UpperRangeProperty
The UpperRange property.
Declaration
public static readonly EntityProperty UpperRangeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Code
Gets or sets the Code associated with this GradeScaleLetterGradeEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GradeScaleLetterGradeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this GradeScaleLetterGradeEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
GradeScaleId
Gets or sets the GradeScaleId associated with this GradeScaleLetterGradeEntity.
Declaration
public int GradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GradeScaleId. |
Id
Gets or sets the Id associated with this GradeScaleLetterGradeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncompleteGradeExpirationDays
Gets or sets the IncompleteGradeExpirationDays associated with this GradeScaleLetterGradeEntity.
Declaration
public int? IncompleteGradeExpirationDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The IncompleteGradeExpirationDays. |
IsActive
Gets or sets the IsActive associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAfterLdwGrade
Gets or sets the IsAfterLdwGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsAfterLdwGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAfterLdwGrade. |
IsAuditGrade
Gets or sets the IsAuditGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool? IsAuditGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAuditGrade. |
IsContinueWithoutReplacementGradeConfirmed
Declaration
public bool IsContinueWithoutReplacementGradeConfirmed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContinueWithoutReplacementGradeRequired
Declaration
public bool IsContinueWithoutReplacementGradeRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCountedAsCreditEarned
Gets or sets the IsCountedAsCreditEarned associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsCountedAsCreditEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCountedAsCreditEarned. |
IsCountedAsCreditsAttempted
Gets or sets the IsCountedAsCreditsAttempted associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsCountedAsCreditsAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCountedAsCreditsAttempted. |
IsDefaultDropGrade
Gets or sets the IsDefaultDropGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsDefaultDropGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultDropGrade. |
IsDefaultGradeChangeConfirmed
Declaration
public bool IsDefaultGradeChangeConfirmed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDefaultGradeChangeRequired
Declaration
public bool IsDefaultGradeChangeRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDropGrade
Gets or sets the IsDropGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsDropGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropGrade. |
IsIncludedInGpaCalculation
Gets or sets the IsIncludedInGpaCalculation associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsIncludedInGpaCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInGpaCalculation. |
IsIncludedInSapCalculation
Gets or sets the IsIncludedInSapCalculation associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsIncludedInSapCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInSapCalculation. |
IsIncompleteGrade
Gets or sets the IsIncompleteGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsIncompleteGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncompleteGrade. |
IsLetterGradeForExamAbsent
Gets or sets the IsLetterGradeForExamAbsent associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsLetterGradeForExamAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLetterGradeForExamAbsent. |
IsLetterGradeForExamNotEligible
Gets or sets the IsLetterGradeForExamNotEligible associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsLetterGradeForExamNotEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLetterGradeForExamNotEligible. |
IsPassFail
Gets or sets the IsPassFail associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsPassFail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassFail. |
IsSupplementaryGrade
Gets or sets the IsSupplementaryGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsSupplementaryGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSupplementaryGrade. |
IsTransferGrade
Gets or sets the IsTransferGrade associated with this GradeScaleLetterGradeEntity.
Declaration
public bool IsTransferGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransferGrade. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GradeScaleLetterGradeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GradeScaleLetterGradeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowerRange
Gets or sets the LowerRange associated with this GradeScaleLetterGradeEntity.
Declaration
public decimal LowerRange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LowerRange. |
Name
Gets or sets the Name associated with this GradeScaleLetterGradeEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Points
Gets or sets the Points associated with this GradeScaleLetterGradeEntity.
Declaration
public decimal Points { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Points. |
ReplacementGradeScaleLetterGradesId
Gets or sets the ReplacementGradeScaleLetterGradesId associated with this GradeScaleLetterGradeEntity.
Declaration
public int? ReplacementGradeScaleLetterGradesId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReplacementGradeScaleLetterGradesId. |
RowVersion
Gets or sets the RowVersion associated with this GradeScaleLetterGradeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
UpperRange
Gets or sets the UpperRange associated with this GradeScaleLetterGradeEntity.
Declaration
public decimal UpperRange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The UpperRange. |
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()