Class EntranceTestScore
This class represents the EntityModel interface to the AmProspectTest database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class EntranceTestScore
Constructors
EntranceTestScore()
Declaration
public EntranceTestScore()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestScore.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
EntranceTestLocation
Declaration
public virtual EntranceTestLocation EntranceTestLocation { get; set; }
Property Value
Type | Description |
---|---|
EntranceTestLocation |
EntranceTestType
Declaration
public virtual EntranceTest EntranceTestType { get; set; }
Property Value
Type | Description |
---|---|
EntranceTest |
EquivalentSatScore
Gets or sets the EquivalentSatScore associated with this EntranceTestScore.
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 EntranceTestScore.
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 EntranceTestScore.
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 EntranceTestScore.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsExamFeePaidByStudent
Gets or sets the IsExamFeePaidByStudent associated with this EntranceTestScore.
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 EntranceTestScore.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestScore.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntranceTestScore.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumScoreRequired
Gets or sets the MinimumScoreRequired associated with this EntranceTestScore.
Declaration
public string MinimumScoreRequired { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MinimumScoreRequired. |
NumberResult
Gets or sets the NumberResult associated with this EntranceTestScore.
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 EntranceTestScore.
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 EntranceTestScore.
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 EntranceTestScore.
Declaration
public DateTime? ResultExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ResultExpirationDate. |
ScheduledExamDate
Gets or sets the ScheduledExamDate associated with this EntranceTestScore.
Declaration
public DateTime? ScheduledExamDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduledExamDate. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this EntranceTestScore.
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 EntranceTestScore.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
SubTestScores
Declaration
public virtual ICollection<EntranceTestScore> SubTestScores { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<EntranceTestScore> |
TestDate
Gets or sets the TestDate associated with this EntranceTestScore.
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 EntranceTestScore.
Declaration
public int TestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestId. |
TestLocation
Gets or sets the TestLocation associated with this EntranceTestScore.
Declaration
public string TestLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TestLocation. |
TestResultDate
Gets or sets the TestResultDate associated with this EntranceTestScore.
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 EntranceTestScore.
Declaration
public string TestScore { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TestScore. |
TextResult
Gets or sets the TextResult associated with this EntranceTestScore.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationships that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder |