Class EntranceTestScoreEntity
This class represents the EntityModel interface to the AmProspectTest database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class EntranceTestScoreEntity : Entity, IIdentifiable, IAuditable
Constructors
EntranceTestScoreEntity()
Declaration
public EntranceTestScoreEntity()
Fields
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
EquivalentSatScoreProperty
The If there is an equivalent SAT score, the Web Client displays it in the field. Otherwise, the field is not displayed. property.
Declaration
public static readonly EntityProperty EquivalentSatScoreProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
ExamFeeAmountProperty
The The fee charged by your institution to take the test. If the test is administered by an organization outside of your institution, the value is blank. property.
Declaration
public static readonly EntityProperty ExamFeeAmountProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
ExamLocationIdProperty
The If your institution administers the test, the location of the test at the campus for the student. The locations are specified by your institution. property.
Declaration
public static readonly EntityProperty ExamLocationIdProperty
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 |
IsExamFeePaidByStudentProperty
The If the test is administered by your institution, specifies whether or not the student has paid your institution the fee for the test. property.
Declaration
public static readonly EntityProperty IsExamFeePaidByStudentProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
MinimumScoreRequiredProperty
The MinimumScoreRequired property.
Declaration
public static readonly EntityProperty MinimumScoreRequiredProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
NumberResultProperty
The NumberResult property.
Declaration
public static readonly EntityProperty NumberResultProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
ParentEntranceTestScoreIdProperty
The ParentEntranceTestScoreId property.
Declaration
public static readonly EntityProperty ParentEntranceTestScoreIdProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
RemedialCourseIdProperty
The RemedialCourseId property.
Declaration
public static readonly EntityProperty RemedialCourseIdProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
ResultExpirationDateProperty
The Result Expired Date property.
Declaration
public static readonly EntityProperty ResultExpirationDateProperty
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 The date that the student was scheduled to take the test. property.
Declaration
public static readonly EntityProperty ScheduledExamDateProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The The code and name of the enrollment. 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 |
TestDateProperty
The The date that the test or exam was taken by the student. property.
Declaration
public static readonly EntityProperty TestDateProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
TestIdProperty
The The name of the test taken. property.
Declaration
public static readonly EntityProperty TestIdProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
TestLocationProperty
The TestLocation property.
Declaration
public static readonly EntityProperty TestLocationProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
TestResultDateProperty
The TestResultDate property.
Declaration
public static readonly EntityProperty TestResultDateProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
TestScoreProperty
The The results of the test taken by the student reported as a score. property.
Declaration
public static readonly EntityProperty TestScoreProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
TextResultProperty
The TextResult property.
Declaration
public static readonly EntityProperty TextResultProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestScoreEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
EquivalentSatScore
Gets or sets the EquivalentSatScore associated with this EntranceTestScoreEntity.
Declaration
public int? EquivalentSatScore { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The EquivalentSatScore. |
ExamFeeAmount
Gets or sets the ExamFeeAmount associated with this EntranceTestScoreEntity.
Declaration
public decimal? ExamFeeAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The ExamFeeAmount. |
ExamLocationId
Gets or sets the ExamLocationId associated with this EntranceTestScoreEntity.
Declaration
public int? ExamLocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ExamLocationId. |
Id
Gets or sets the Id associated with this EntranceTestScoreEntity.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsExamFeePaidByStudent
Gets or sets the IsExamFeePaidByStudent associated with this EntranceTestScoreEntity.
Declaration
public bool? IsExamFeePaidByStudent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsExamFeePaidByStudent. |
IsRequired
Gets or sets the IsRequired associated with this EntranceTestScoreEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestScoreEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntranceTestScoreEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
MinimumScoreRequired
Gets or sets the MinimumScoreRequired associated with this EntranceTestScoreEntity.
Declaration
public string MinimumScoreRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The MinimumScoreRequired. |
NumberResult
Gets or sets the NumberResult associated with this EntranceTestScoreEntity.
Declaration
public int? NumberResult { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The NumberResult. |
ParentEntranceTestScoreId
Gets or sets the ParentEntranceTestScoreId associated with this EntranceTestScoreEntity.
Declaration
public int? ParentEntranceTestScoreId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ParentEntranceTestScoreId. |
RemedialCourseId
Gets or sets the RemedialCourseId associated with this EntranceTestScoreEntity.
Declaration
public int? RemedialCourseId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The RemedialCourseId. |
ResultExpirationDate
Gets or sets the ResultExpirationDate associated with this EntranceTestScoreEntity.
Declaration
public DateTime? ResultExpirationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The ResultExpirationDate. |
RowVersion
Gets or sets the RowVersion associated with this EntranceTestScoreEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The RowVersion. |
ScheduledExamDate
Gets or sets the ScheduledExamDate associated with this EntranceTestScoreEntity.
Declaration
public DateTime? ScheduledExamDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The ScheduledExamDate. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this EntranceTestScoreEntity.
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 EntranceTestScoreEntity.
Declaration
public int StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentId. |
SubTests
Declaration
public EntityCollection<EntranceTestScoreEntity> SubTests { get; set; }
Property Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityCollection<EntranceTestScoreEntity> |
TestDate
Gets or sets the TestDate associated with this EntranceTestScoreEntity.
Declaration
public DateTime? TestDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The TestDate. |
TestId
Gets or sets the TestId associated with this EntranceTestScoreEntity.
Declaration
public int TestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The TestId. |
TestLocation
Gets or sets the TestLocation associated with this EntranceTestScoreEntity.
Declaration
public string TestLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TestLocation. |
TestResultDate
Gets or sets the TestResultDate associated with this EntranceTestScoreEntity.
Declaration
public DateTime? TestResultDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The TestResultDate. |
TestScore
Gets or sets the TestScore associated with this EntranceTestScoreEntity.
Declaration
public string TestScore { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TestScore. |
TextResult
Gets or sets the TextResult associated with this EntranceTestScoreEntity.
Declaration
public string TextResult { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TextResult. |
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()