Class ProgramVersionEntranceTestConditionEntity
This class represents the EntityModel interface to the amTestByProgramVersionCondition database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProgramVersionEntranceTestConditionEntity : Entity, IIdentifiable, IAuditable
Constructors
ProgramVersionEntranceTestConditionEntity()
Declaration
public ProgramVersionEntranceTestConditionEntity()
Fields
CoursesProperty
The Courses property.
Declaration
public static readonly EntityProperty CoursesProperty
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 |
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 |
ProgramVersionEntranceTestIdProperty
The ProgramVersionEntranceTestId property.
Declaration
public static readonly EntityProperty ProgramVersionEntranceTestIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequiredMaximumScoreProperty
The RequiredMaximumScore property.
Declaration
public static readonly EntityProperty RequiredMaximumScoreProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequiredMinimumScoreProperty
The RequiredMinimumScore property.
Declaration
public static readonly EntityProperty RequiredMinimumScoreProperty
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 |
Properties
Courses
Declaration
public virtual EntityCollection<ProgramVersionEntranceTestConditionCourseEntity> Courses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<ProgramVersionEntranceTestConditionCourseEntity> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramVersionEntranceTestId
Gets or sets the ProgramVersionEntranceTestId associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public int ProgramVersionEntranceTestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionEntranceTestId. |
RequiredMaximumScore
Gets or sets the RequiredMaximumScore associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public decimal? RequiredMaximumScore { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RequiredMaximumScore. |
RequiredMinimumScore
Gets or sets the RequiredMinimumScore associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public decimal? RequiredMinimumScore { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RequiredMinimumScore. |
RowVersion
Gets or sets the RowVersion associated with this ProgramVersionEntranceTestConditionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()