Class SelectionMgmtExamLevelGradeDetailEntity
This class represents the EntityModel interface to the SmExamLevelGradeDetails database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtExamLevelGradeDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
SelectionMgmtExamLevelGradeDetailEntity()
Declaration
public SelectionMgmtExamLevelGradeDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradeProperty
The Grade property.
Declaration
public static readonly EntityProperty GradeProperty
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 |
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 |
LowerLimitProperty
The LowerLimit property.
Declaration
public static readonly EntityProperty LowerLimitProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PointsProperty
The Points property.
Declaration
public static readonly EntityProperty PointsProperty
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 |
SelectionMgmtExamLevelGradeIdProperty
The SelectionMgmtExamLevelGradeId property.
Declaration
public static readonly EntityProperty SelectionMgmtExamLevelGradeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtExamLevelIdProperty
The SelectionMgmtExamLevelId property.
Declaration
public static readonly EntityProperty SelectionMgmtExamLevelIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtSubjectLevelIdProperty
The SelectionMgmtSubjectLevelId property.
Declaration
public static readonly EntityProperty SelectionMgmtSubjectLevelIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UpperLimitProperty
The UpperLimit property.
Declaration
public static readonly EntityProperty UpperLimitProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Grade
Gets or sets the Grade associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public string Grade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Grade. |
Id
Gets or sets the Id associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowerLimit
Gets or sets the LowerLimit associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public decimal? LowerLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LowerLimit. |
Points
Gets or sets the Points associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public decimal Points { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Points. |
RowVersion
Gets or sets the RowVersion associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SelectionMgmtExamLevelGradeId
Gets or sets the SelectionMgmtExamLevelGradeId associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public int SelectionMgmtExamLevelGradeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtExamLevelGradeId. |
SelectionMgmtExamLevelId
Gets or sets the SelectionMgmtExamLevelId associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public int SelectionMgmtExamLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtExamLevelId. |
SelectionMgmtSubjectLevelId
Gets or sets the SelectionMgmtSubjectLevelId associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public int? SelectionMgmtSubjectLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtSubjectLevelId. |
UpperLimit
Gets or sets the UpperLimit associated with this SelectionMgmtExamLevelGradeDetailEntity.
Declaration
public decimal? UpperLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The UpperLimit. |
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()