Class TestingHallTicket
This class represents the EntityModel interface to the ExExamHallTicket database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingHallTicket
Constructors
TestingHallTicket()
Declaration
public TestingHallTicket()
Properties
AdEnrollId
Gets or sets the AdEnrollId associated with this TestingHallTicket.
Declaration
public int AdEnrollId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The AdEnrollId. |
AdTermId
Gets or sets the AdTermId associated with this TestingHallTicket.
Declaration
public int? AdTermId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The AdTermId. |
Comments
Gets or sets the Comments associated with this TestingHallTicket.
Declaration
public string Comments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Comments. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingHallTicket.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
HallTicketNumber
Gets or sets the HallTicketNumber associated with this TestingHallTicket.
Declaration
public string HallTicketNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The HallTicketNumber. |
HallTicketReport
Gets or sets the HallTicketReport associated with this TestingHallTicket.
Declaration
public byte[] HallTicketReport { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The HallTicketReport. |
Id
Gets or sets the Id associated with this TestingHallTicket.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsGenerateHallTicket
Gets or sets the IsGenerateHallTicket associated with this TestingHallTicket.
Declaration
public bool? IsGenerateHallTicket { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsGenerateHallTicket. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingHallTicket.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingHallTicket.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
QrCode
Gets or sets the QrCode associated with this TestingHallTicket.
Declaration
public byte[] QrCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The QrCode. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentEnrollmentPeriod |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
| Type | Description |
|---|---|
| Term |
TestingSchedule
Declaration
public virtual TestingSchedule TestingSchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| TestingSchedule |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingHallTicket.
Declaration
public int? TestingScheduleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The TestingScheduleId. |
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 relationship 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 | The DbModelBuilder that has all of the model entities. |