Class SelectedEntranceTestRecord
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectedEntranceTestRecord
Constructors
SelectedEntranceTestRecord()
Declaration
public SelectedEntranceTestRecord()
Properties
AdenrollID
Gets or sets the adenroll identifier.
Declaration
public int? AdenrollID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AmExamlocationID
Gets or sets the am examlocation identifier.
Declaration
public int? AmExamlocationID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
amprospecttestid
Gets or sets the amprospecttestid.
Declaration
public int amprospecttestid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
amTestID
Gets or sets the am test identifier.
Declaration
public int amTestID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChildTestScores
Declaration
public List<SelectedEntranceTestRecord> ChildTestScores { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectedEntranceTestRecord> |
Code
Gets or sets the code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodeDescrip
Gets or sets the code descrip.
Declaration
public string CodeDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Date
Gets or sets the date.
Declaration
public DateTime? Date { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DateResult
Gets or sets the date result.
Declaration
public DateTime? DateResult { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Descrip
Gets or sets the descrip.
Declaration
public string Descrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExamFeeAmount
Gets or sets the exam fee amount.
Declaration
public decimal? ExamFeeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ExamFeePaidByStudent
Gets or sets a value indicating whether [exam fee paid by student].
Declaration
public bool? ExamFeePaidByStudent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
NumberResult
Gets or sets the number result.
Declaration
public int? NumberResult { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ParentAmProspectTestID
Gets or sets the parent am prospect test identifier.
Declaration
public int? ParentAmProspectTestID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ParentAmTestID
Gets or sets the parent am test identifier.
Declaration
public int? ParentAmTestID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Required
Gets or sets a value indicating whether this SelectedEntranceTestRecord is required.
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ScheduledExamDate
Gets or sets the scheduled exam date.
Declaration
public DateTime? ScheduledExamDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Score
Gets or sets the score.
Declaration
public string Score { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SystemCode
Gets or sets the SystemCode.
Declaration
public bool SystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TestType
Gets or sets the type of the test.
Declaration
public string TestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextResult
Gets or sets the text result.
Declaration
public string TextResult { get; set; }
Property Value
Type | Description |
---|---|
System.String |