Class StudentPreviousEducationSelectionMgmtSubjectEntity
This class represents the EntityModel interface to the SmPrevEducSubject database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class StudentPreviousEducationSelectionMgmtSubjectEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPreviousEducationSelectionMgmtSubjectEntity()
Declaration
public StudentPreviousEducationSelectionMgmtSubjectEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedInApplicationScoreProperty
The IsIncludedInApplicationScore property.
Declaration
public static readonly EntityProperty IsIncludedInApplicationScoreProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtExamLevelGradeDetailIdProperty
The SelectionMgmtExamLevelGradeDetailId property.
Declaration
public static readonly EntityProperty SelectionMgmtExamLevelGradeDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtExamLevelSubjectIdProperty
The SelectionMgmtExamLevelSubjectId property.
Declaration
public static readonly EntityProperty SelectionMgmtExamLevelSubjectIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtSubjectGroupIdProperty
The SelectionMgmtSubjectGroupId property.
Declaration
public static readonly EntityProperty SelectionMgmtSubjectGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentPreviousEducationSelectionMgmtDetailIdProperty
The StudentPreviousEducationSelectionMgmtDetailId property.
Declaration
public static readonly EntityProperty StudentPreviousEducationSelectionMgmtDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SubPointsProperty
The SubPoints property.
Declaration
public static readonly EntityProperty SubPointsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsIncludedInApplicationScore
Gets or sets the IsIncludedInApplicationScore associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public bool? IsIncludedInApplicationScore { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsIncludedInApplicationScore. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SelectionMgmtExamLevelGradeDetailId
Gets or sets the SelectionMgmtExamLevelGradeDetailId associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public int? SelectionMgmtExamLevelGradeDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtExamLevelGradeDetailId. |
SelectionMgmtExamLevelSubjectId
Gets or sets the SelectionMgmtExamLevelSubjectId associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public int? SelectionMgmtExamLevelSubjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtExamLevelSubjectId. |
SelectionMgmtSubjectGroupId
Gets or sets the SelectionMgmtSubjectGroupId associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public int? SelectionMgmtSubjectGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtSubjectGroupId. |
StudentPreviousEducationSelectionMgmtDetailId
Gets or sets the StudentPreviousEducationSelectionMgmtDetailId associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public int StudentPreviousEducationSelectionMgmtDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPreviousEducationSelectionMgmtDetailId. |
SubPoints
Gets or sets the SubPoints associated with this StudentPreviousEducationSelectionMgmtSubjectEntity.
Declaration
public decimal? SubPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SubPoints. |
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()