Class StudentCertificationEntity
This class represents the EntityModel interface to the PlEnrollCertifications database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentCertificationEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentCertificationEntity()
Declaration
public StudentCertificationEntity()
Fields
ApprovalNoteProperty
The ApprovalNote property.
Declaration
public static readonly EntityProperty ApprovalNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApprovalStatusProperty
The ApprovalStatus property.
Declaration
public static readonly EntityProperty ApprovalStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CertificationIdProperty
The CertificationId property.
Declaration
public static readonly EntityProperty CertificationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CertificationNameProperty
The CertificationName property.
Declaration
public static readonly EntityProperty CertificationNameProperty
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 |
DocumentIdProperty
The DocumentId property.
Declaration
public static readonly EntityProperty DocumentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExamScoreProperty
The ExamScore property.
Declaration
public static readonly EntityProperty ExamScoreProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExamTakenDateProperty
The ExamTakenDate property.
Declaration
public static readonly EntityProperty ExamTakenDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpirationDateProperty
The ExpirationDate property.
Declaration
public static readonly EntityProperty ExpirationDateProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OrganizationProperty
The Organization property.
Declaration
public static readonly EntityProperty OrganizationProperty
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 |
ScheduledExamDateProperty
The ScheduledExamDate property.
Declaration
public static readonly EntityProperty ScheduledExamDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateIdProperty
The StateId property.
Declaration
public static readonly EntityProperty StateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
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
ApprovalNote
Gets or sets the ApprovalNote associated with this StudentCertificationEntity.
Declaration
public string ApprovalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalNote. |
ApprovalStatus
Gets or sets the ApprovalStatus associated with this StudentCertificationEntity.
Declaration
public string ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalStatus. |
CertificationId
Gets or sets the CertificationId associated with this StudentCertificationEntity.
Declaration
public int CertificationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CertificationId. |
CertificationName
Gets or sets the CertificationName associated with this StudentCertificationEntity.
Declaration
public string CertificationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CertificationName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCertificationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentId
Gets or sets the DocumentId associated with this StudentCertificationEntity.
Declaration
public int? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentId. |
ExamScore
Gets or sets the ExamScore associated with this StudentCertificationEntity.
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 StudentCertificationEntity.
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 StudentCertificationEntity.
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 StudentCertificationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCertificationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCertificationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentCertificationEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Organization
Gets or sets the Organization associated with this StudentCertificationEntity.
Declaration
public string Organization { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Organization. |
RowVersion
Gets or sets the RowVersion associated with this StudentCertificationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledExamDate
Gets or sets the ScheduledExamDate associated with this StudentCertificationEntity.
Declaration
public DateTime? ScheduledExamDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduledExamDate. |
StateId
Gets or sets the StateId associated with this StudentCertificationEntity.
Declaration
public int? StateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StateId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentCertificationEntity.
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 StudentCertificationEntity.
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()