Class TestingBundleEntity
This class represents the EntityModel interface to the ExBundle database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingBundleEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingBundleEntity()
Declaration
public TestingBundleEntity()
Fields
AnswerBookletsProperty
The AnswerBooklets property.
Declaration
public static readonly EntityProperty AnswerBookletsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BundleNumberProperty
The BundleNumber property.
Declaration
public static readonly EntityProperty BundleNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BundleTypeProperty
The BundleType property.
Declaration
public static readonly EntityProperty BundleTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
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 |
DueDateProperty
The DueDate property.
Declaration
public static readonly EntityProperty DueDateProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
MaxBundleSizeProperty
The MaxBundleSize property.
Declaration
public static readonly EntityProperty MaxBundleSizeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OwnerIdProperty
The OwnerId property.
Declaration
public static readonly EntityProperty OwnerIdProperty
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 |
TestingScheduleClassSectionLessonIdProperty
The TestingScheduleClassSectionLessonId property.
Declaration
public static readonly EntityProperty TestingScheduleClassSectionLessonIdProperty
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
AnswerBooklets
Declaration
public virtual EntityCollection<TestingBundleAnswerBookletEntity> AnswerBooklets { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<TestingBundleAnswerBookletEntity> |
BundleNumber
Gets or sets the BundleNumber associated with this TestingBundleEntity.
Declaration
public string BundleNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BundleNumber. |
BundleType
Gets or sets the BundleType associated with this TestingBundleEntity.
Declaration
public string BundleType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BundleType. |
CourseId
Gets or sets the CourseId associated with this TestingBundleEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingBundleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DueDate
Gets or sets the DueDate associated with this TestingBundleEntity.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DueDate. |
Id
Gets or sets the Id associated with this TestingBundleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this TestingBundleEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingBundleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingBundleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxBundleSize
Gets or sets the MaxBundleSize associated with this TestingBundleEntity.
Declaration
public int? MaxBundleSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaxBundleSize. |
OwnerId
Gets or sets the OwnerId associated with this TestingBundleEntity.
Declaration
public int? OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OwnerId. |
QrCode
Gets or sets the QrCode associated with this TestingBundleEntity.
Declaration
public byte[] QrCode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The QrCode. |
RowVersion
Gets or sets the RowVersion associated with this TestingBundleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingScheduleClassSectionLessonId
Gets or sets the TestingScheduleClassSectionLessonId associated with this TestingBundleEntity.
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleClassSectionLessonId. |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingBundleEntity.
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
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()