Class GradeScaleLetterGrade
This class represents the EntityModel interface to the AdGradeLetter database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GradeScaleLetterGrade
Constructors
GradeScaleLetterGrade()
Declaration
public GradeScaleLetterGrade()
Properties
Code
Gets or sets the Code associated with this GradeScaleLetterGrade.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GradeScaleLetterGrade.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this GradeScaleLetterGrade.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
GradeScale
Declaration
public virtual GradeScale GradeScale { get; set; }
Property Value
Type | Description |
---|---|
GradeScale |
GradeScaleId
Gets or sets the GradeScaleId associated with this GradeScaleLetterGrade.
Declaration
public int GradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GradeScaleId. |
Id
Gets or sets the Id associated with this GradeScaleLetterGrade.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncompleteGradeExpirationDays
Gets or sets the IncompleteGradeExpirationDays associated with this GradeScaleLetterGrade.
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 GradeScaleLetterGrade.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAfterLdwGrade
Gets or sets the IsAfterLdwGrade associated with this GradeScaleLetterGrade.
Declaration
public bool IsAfterLdwGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAfterLdwGrade. |
IsAuditGrade
Gets or sets the IsAuditGrade associated with this GradeScaleLetterGrade.
Declaration
public bool? IsAuditGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAuditGrade. |
IsCountedAsCreditEarned
Gets or sets the IsCountedAsCreditEarned associated with this GradeScaleLetterGrade.
Declaration
public bool IsCountedAsCreditEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCountedAsCreditEarned. |
IsCountedAsCreditsAttempted
Gets or sets the IsCountedAsCreditsAttempted associated with this GradeScaleLetterGrade.
Declaration
public bool IsCountedAsCreditsAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCountedAsCreditsAttempted. |
IsDefaultDropGrade
Gets or sets the IsDefaultDropGrade associated with this GradeScaleLetterGrade.
Declaration
public bool IsDefaultDropGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultDropGrade. |
IsDropGrade
Gets or sets the IsDropGrade associated with this GradeScaleLetterGrade.
Declaration
public bool IsDropGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropGrade. |
IsIncludedInGpaCalculation
Gets or sets the IsIncludedInGpaCalculation associated with this GradeScaleLetterGrade.
Declaration
public bool IsIncludedInGpaCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInGpaCalculation. |
IsIncludedInSapCalculation
Gets or sets the IsIncludedInSapCalculation associated with this GradeScaleLetterGrade.
Declaration
public bool IsIncludedInSapCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInSapCalculation. |
IsIncompleteGrade
Gets or sets the IsIncompleteGrade associated with this GradeScaleLetterGrade.
Declaration
public bool IsIncompleteGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncompleteGrade. |
IsLetterGradeForExamAbsent
Gets or sets the IsLetterGradeForExamAbsent associated with this GradeScaleLetterGrade.
Declaration
public bool IsLetterGradeForExamAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLetterGradeForExamAbsent. |
IsLetterGradeForExamNotEligible
Gets or sets the IsLetterGradeForExamNotEligible associated with this GradeScaleLetterGrade.
Declaration
public bool IsLetterGradeForExamNotEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLetterGradeForExamNotEligible. |
IsPassFail
Gets or sets the IsPassFail associated with this GradeScaleLetterGrade.
Declaration
public bool IsPassFail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassFail. |
IsSupplementaryGrade
Gets or sets the IsSupplementaryGrade associated with this GradeScaleLetterGrade.
Declaration
public bool IsSupplementaryGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSupplementaryGrade. |
IsTransferGrade
Gets or sets the IsTransferGrade associated with this GradeScaleLetterGrade.
Declaration
public bool IsTransferGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransferGrade. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GradeScaleLetterGrade.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GradeScaleLetterGrade.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowerRange
Gets or sets the LowerRange associated with this GradeScaleLetterGrade.
Declaration
public decimal LowerRange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LowerRange. |
Name
Gets or sets the Name associated with this GradeScaleLetterGrade.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Points
Gets or sets the Points associated with this GradeScaleLetterGrade.
Declaration
public decimal Points { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Points. |
ReplacementGradeScaleLetterGradesId
Gets or sets the ReplacementGradeScaleLetterGradesId associated with this GradeScaleLetterGrade.
Declaration
public int? ReplacementGradeScaleLetterGradesId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReplacementGradeScaleLetterGradesId. |
UpperRange
Gets or sets the UpperRange associated with this GradeScaleLetterGrade.
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()