Class TestingBundleAnswerBookletActionEntity
This class represents the EntityModel interface to the ExBundleAnswerBookletAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingBundleAnswerBookletActionEntity : Entity, IIdentifiable
Constructors
TestingBundleAnswerBookletActionEntity()
Declaration
public TestingBundleAnswerBookletActionEntity()
Fields
BookletBundleActionProperty
The BookletBundleAction property.
Declaration
public static readonly EntityProperty BookletBundleActionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreateDateTimeProperty
The CreateDateTime property.
Declaration
public static readonly EntityProperty CreateDateTimeProperty
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 |
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingBundleAnswerBookletIdProperty
The TestingBundleAnswerBookletId property.
Declaration
public static readonly EntityProperty TestingBundleAnswerBookletIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingBundleIdProperty
The TestingBundleId property.
Declaration
public static readonly EntityProperty TestingBundleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BookletBundleAction
Gets or sets the BookletBundleAction associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public string BookletBundleAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BookletBundleAction. |
CreateDateTime
Gets or sets the CreateDateTime associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreateDateTime. |
Id
Gets or sets the Id associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingBundleAnswerBookletId
Gets or sets the TestingBundleAnswerBookletId associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public int? TestingBundleAnswerBookletId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingBundleAnswerBookletId. |
TestingBundleId
Gets or sets the TestingBundleId associated with this TestingBundleAnswerBookletActionEntity.
Declaration
public int? TestingBundleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingBundleId. |
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()