Class StudentCourseGradeApprovalEntity
This class represents the EntityModel interface to the AdPreMarksApproval database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentCourseGradeApprovalEntity : Entity, IIdentifiable
Constructors
StudentCourseGradeApprovalEntity()
Declaration
public StudentCourseGradeApprovalEntity()
Fields
ApproverStaffIdProperty
The ApproverStaffId property.
Declaration
public static readonly EntityProperty ApproverStaffIdProperty
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 |
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 |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LetterGradeProperty
The LetterGrade property.
Declaration
public static readonly EntityProperty LetterGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumericGradeProperty
The NumericGrade property.
Declaration
public static readonly EntityProperty NumericGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostedByUserIdProperty
The PostedByUserId property.
Declaration
public static readonly EntityProperty PostedByUserIdProperty
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 |
Properties
ApproverStaffId
Gets or sets the ApproverStaffId associated with this StudentCourseGradeApprovalEntity.
Declaration
public int ApproverStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ApproverStaffId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCourseGradeApprovalEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GradeScaleId
Gets or sets the GradeScaleId associated with this StudentCourseGradeApprovalEntity.
Declaration
public int GradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GradeScaleId. |
Id
Gets or sets the Id associated with this StudentCourseGradeApprovalEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCourseGradeApprovalEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LetterGrade
Gets or sets the LetterGrade associated with this StudentCourseGradeApprovalEntity.
Declaration
public string LetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LetterGrade. |
NumericGrade
Gets or sets the NumericGrade associated with this StudentCourseGradeApprovalEntity.
Declaration
public decimal NumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The NumericGrade. |
PostedByUserId
Gets or sets the PostedByUserId associated with this StudentCourseGradeApprovalEntity.
Declaration
public int PostedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostedByUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentCourseGradeApprovalEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentCourseGradeApprovalEntity.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentId
Gets or sets the StudentId associated with this StudentCourseGradeApprovalEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()