Class StudentCertification
This class represents the EntityModel interface to the PlEnrollCertifications database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.CareerServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentCertification
Constructors
StudentCertification()
Declaration
public StudentCertification()
Properties
ApprovalNote
Gets or sets the ApprovalNote associated with this StudentCertification.
Declaration
public string ApprovalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalNote. |
ApprovalStatus
Gets or sets the ApprovalStatus associated with this StudentCertification.
Declaration
public string ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalStatus. |
Certification
Declaration
public virtual Certification Certification { get; set; }
Property Value
Type | Description |
---|---|
Certification |
CertificationId
Gets or sets the CertificationId associated with this StudentCertification.
Declaration
public int CertificationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CertificationId. |
CertificationName
Gets or sets the CertificationName associated with this StudentCertification.
Declaration
public string CertificationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CertificationName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCertification.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Document
Declaration
public virtual Document Document { get; set; }
Property Value
Type | Description |
---|---|
Document |
DocumentId
Gets or sets the DocumentId associated with this StudentCertification.
Declaration
public int? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentId. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
ExamScore
Gets or sets the ExamScore associated with this StudentCertification.
Declaration
public int? ExamScore { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ExamScore. |
ExamTakenDate
Gets or sets the ExamTakenDate associated with this StudentCertification.
Declaration
public DateTime? ExamTakenDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExamTakenDate. |
ExpirationDate
Gets or sets the ExpirationDate associated with this StudentCertification.
Declaration
public DateTime? ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpirationDate. |
Id
Gets or sets the Id associated with this StudentCertification.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCertification.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCertification.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentCertification.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Organization
Gets or sets the Organization associated with this StudentCertification.
Declaration
public string Organization { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Organization. |
ScheduledExamDate
Gets or sets the ScheduledExamDate associated with this StudentCertification.
Declaration
public DateTime? ScheduledExamDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduledExamDate. |
State
Declaration
public virtual UsaState State { get; set; }
Property Value
Type | Description |
---|---|
UsaState |
StateId
Gets or sets the StateId associated with this StudentCertification.
Declaration
public int? StateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StateId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentCertification.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentCertification.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |