Class CourseBook
This class represents the EntityModel interface to the AdCourseBook database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CourseBookConstructors
CourseBook()
Declaration
public CourseBook()Properties
Book
Declaration
public virtual Book Book { get; set; }Property Value
| Type | Description | 
|---|---|
| Book | 
BookItemId
Gets or sets the BookItemId associated with this CourseBook.
Declaration
public int BookItemId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The BookItemId. | 
BookList
Declaration
public virtual CourseBookList BookList { get; set; }Property Value
| Type | Description | 
|---|---|
| CourseBookList | 
Course
Declaration
public virtual Course Course { get; set; }Property Value
| Type | Description | 
|---|---|
| Course | 
CourseBookListId
Gets or sets the CourseBookListId associated with this CourseBook.
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 CourseBook.
Declaration
public int CourseId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The CourseId. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CourseBook.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
EffectiveDate
Gets or sets the EffectiveDate associated with this CourseBook.
Declaration
public DateTime? EffectiveDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | The EffectiveDate. | 
ExtendedProperties
Extended Properties
Declaration
public ICollection<CourseBookExtendedProperty> ExtendedProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<CourseBookExtendedProperty> | 
Id
Gets or sets the Id associated with this CourseBook.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
IsRequired
Gets or sets the IsRequired associated with this CourseBook.
Declaration
public bool IsRequired { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsRequired. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CourseBook.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CourseBook.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
ObsoleteDate
Gets or sets the ObsoleteDate associated with this CourseBook.
Declaration
public DateTime? ObsoleteDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | The ObsoleteDate. | 
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()