Class StudentFaCreditCourseDetail
This class represents the EntityModel interface to the FaStudentCreditCourseDetails database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentFaCreditCourseDetail
Constructors
StudentFaCreditCourseDetail()
Declaration
public StudentFaCreditCourseDetail()
Properties
AcademicCredits
Gets or sets the AcademicCredits associated with this StudentFaCreditCourseDetail.
Declaration
public int? AcademicCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AcademicCredits. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseCode
Gets or sets the CourseCode associated with this StudentFaCreditCourseDetail.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseCode. |
CourseId
Gets or sets the CourseId associated with this StudentFaCreditCourseDetail.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CourseStatus
Gets or sets the CourseStatus associated with this StudentFaCreditCourseDetail.
Declaration
public string CourseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentFaCreditCourseDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FinancialAidCredits
Gets or sets the FinancialAidCredits associated with this StudentFaCreditCourseDetail.
Declaration
public int? FinancialAidCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FinancialAidCredits. |
Id
Gets or sets the Id associated with this StudentFaCreditCourseDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncludeInFinancialAid
Gets or sets the IncludeInFinancialAid associated with this StudentFaCreditCourseDetail.
Declaration
public bool IncludeInFinancialAid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IncludeInFinancialAid. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentFaCreditCourseDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentFaCreditCourseDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentFaCreditCourseDetail.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Source
Gets or sets the Source associated with this StudentFaCreditCourseDetail.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentFaCreditCourseDetail.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentFaCreditDetail
Declaration
public virtual StudentFaCreditDetail StudentFaCreditDetail { get; set; }
Property Value
Type | Description |
---|---|
StudentFaCreditDetail |
StudentFaCreditDetailId
Gets or sets the StudentFaCreditDetailId associated with this StudentFaCreditCourseDetail.
Declaration
public int StudentFaCreditDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentFaCreditDetailId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentFaCreditCourseDetail.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |