Class CourseBookEntity
This class represents the EntityModel interface to the AdCourseBook database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseBookEntity : Entity, IIdentifiable, IAuditable
Constructors
CourseBookEntity()
Declaration
public CourseBookEntity()
Fields
BookItemIdProperty
The BookItemId property.
Declaration
public static readonly EntityProperty BookItemIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseBookListIdProperty
The CourseBookListId property.
Declaration
public static readonly EntityProperty CourseBookListIdProperty
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 |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
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 |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
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 |
ObsoleteDateProperty
The ObsoleteDate property.
Declaration
public static readonly EntityProperty ObsoleteDateProperty
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 |
Properties
BookItemId
Gets or sets the BookItemId associated with this CourseBookEntity.
Declaration
public int BookItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BookItemId. |
CourseBookListId
Gets or sets the CourseBookListId associated with this CourseBookEntity.
Declaration
public int? CourseBookListId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseBookListId. |
CourseId
Gets or sets the CourseId associated with this CourseBookEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CourseBookEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this CourseBookEntity.
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveDate. |
Id
Gets or sets the Id associated with this CourseBookEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAssignBookListValidationFired
Declaration
public bool IsAssignBookListValidationFired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAssignBooksToFutureCourseSection
Assign Books To Future Course Section Confirmation dialog
Declaration
public bool IsAssignBooksToFutureCourseSection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAssignBooksToFutureCourseSectionConfirmation
Assign Books To Future Course Section Confirmation value
Declaration
public bool IsAssignBooksToFutureCourseSectionConfirmation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBookListAssociationValidationFired
Declaration
public bool IsBookListAssociationValidationFired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCodeExistValidationFired
Declaration
public bool IsCodeExistValidationFired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsConfirmationMessageDisplayed
Confirmation message displayed for delete
Declaration
public bool IsConfirmationMessageDisplayed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEditMode
Property to identify if called from edit or add
Declaration
public bool IsEditMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets or sets the IsRequired associated with this CourseBookEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
IsUpdateFutureCourseSection
Update Future CourseSection Confirmation dialog
Declaration
public bool IsUpdateFutureCourseSection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdateFutureCourseSectionConfirmation
Update Future CourseSection Confirmation value
Declaration
public bool IsUpdateFutureCourseSectionConfirmation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdateFutureCourseSectionDate
Update Future Course Section Start Date Confirmation dialog
Declaration
public bool IsUpdateFutureCourseSectionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdateFutureCourseSectionDateConfirmation
Update Future Course Section Start Date Confirmation value
Declaration
public bool IsUpdateFutureCourseSectionDateConfirmation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdateFutureCourseValidationFired
Declaration
public bool IsUpdateFutureCourseValidationFired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CourseBookEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CourseBookEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ObsoleteDate
Gets or sets the ObsoleteDate associated with this CourseBookEntity.
Declaration
public DateTime? ObsoleteDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ObsoleteDate. |
RowVersion
Gets or sets the RowVersion associated with this CourseBookEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartDate
Update Future Course Section Start Date Confirmation value
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
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()