Class StudentEnrollmentPeriodBook
This class represents the EntityModel interface to the AdEnrollBook database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodBook
Constructors
StudentEnrollmentPeriodBook()
Declaration
public StudentEnrollmentPeriodBook()
Properties
Book
Declaration
public virtual Book Book { get; set; }
Property Value
Type | Description |
---|---|
Book |
BookId
Gets or sets the BookId associated with this StudentEnrollmentPeriodBook.
Declaration
public int BookId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BookId. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodBook.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsNewBook
Gets or sets the IsNewBook associated with this StudentEnrollmentPeriodBook.
Declaration
public bool IsNewBook { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNewBook. |
IssuedDate
Gets or sets the IssuedDate associated with this StudentEnrollmentPeriodBook.
Declaration
public DateTime? IssuedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IssuedDate. |
Price
Gets or sets the Price associated with this StudentEnrollmentPeriodBook.
Declaration
public decimal? Price { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Price. |
Status
Gets or sets the Status associated with this StudentEnrollmentPeriodBook.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentEnrollmentPeriodBook.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodBook.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
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()