Class TestingHallTicketEntity
This class represents the EntityModel interface to the ExExamHallTicket database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingHallTicketEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingHallTicketEntity()
Declaration
public TestingHallTicketEntity()
Fields
AdEnrollIdProperty
The AdEnrollId property.
Declaration
public static readonly EntityProperty AdEnrollIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AdTermIdProperty
The AdTermId property.
Declaration
public static readonly EntityProperty AdTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CommentsProperty
The Comments property.
Declaration
public static readonly EntityProperty CommentsProperty
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 |
HallTicketNumberProperty
The HallTicketNumber property.
Declaration
public static readonly EntityProperty HallTicketNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HallTicketReportProperty
The HallTicketReport property.
Declaration
public static readonly EntityProperty HallTicketReportProperty
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 |
IsGenerateHallTicketProperty
The IsGenerateHallTicket property.
Declaration
public static readonly EntityProperty IsGenerateHallTicketProperty
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 |
QrCodeProperty
The QrCode property.
Declaration
public static readonly EntityProperty QrCodeProperty
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 |
TestingScheduleIdProperty
The TestingScheduleId property.
Declaration
public static readonly EntityProperty TestingScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdEnrollId
Gets or sets the AdEnrollId associated with this TestingHallTicketEntity.
Declaration
public int AdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AdEnrollId. |
AdTermId
Gets or sets the AdTermId associated with this TestingHallTicketEntity.
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 TestingHallTicketEntity.
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Comments. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingHallTicketEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HallTicketNumber
Gets or sets the HallTicketNumber associated with this TestingHallTicketEntity.
Declaration
public string HallTicketNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HallTicketNumber. |
HallTicketReport
Gets or sets the HallTicketReport associated with this TestingHallTicketEntity.
Declaration
public byte[] HallTicketReport { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The HallTicketReport. |
Id
Gets or sets the Id associated with this TestingHallTicketEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsGenerateHallTicket
Gets or sets the IsGenerateHallTicket associated with this TestingHallTicketEntity.
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 TestingHallTicketEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingHallTicketEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
QrCode
Gets or sets the QrCode associated with this TestingHallTicketEntity.
Declaration
public byte[] QrCode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The QrCode. |
RowVersion
Gets or sets the RowVersion associated with this TestingHallTicketEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingHallTicketEntity.
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()