Class StudentFaCreditCourseDetailEntity
This class represents the EntityModel interface to the FaStudentCreditCourseDetails database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentFaCreditCourseDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentFaCreditCourseDetailEntity()
Declaration
public StudentFaCreditCourseDetailEntity()
Fields
AcademicCreditsProperty
The AcademicCredits property.
Declaration
public static readonly EntityProperty AcademicCreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseCodeProperty
The CourseCode property.
Declaration
public static readonly EntityProperty CourseCodeProperty
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 |
CourseStatusProperty
The CourseStatus property.
Declaration
public static readonly EntityProperty CourseStatusProperty
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 |
FinancialAidCreditsProperty
The FinancialAidCredits property.
Declaration
public static readonly EntityProperty FinancialAidCreditsProperty
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 |
IncludeInFinancialAidProperty
The IncludeInFinancialAid property.
Declaration
public static readonly EntityProperty IncludeInFinancialAidProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
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 |
SourceProperty
The Source property.
Declaration
public static readonly EntityProperty SourceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseIdProperty
The StudentCourseId property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentFaCreditDetailIdProperty
The StudentFaCreditDetailId property.
Declaration
public static readonly EntityProperty StudentFaCreditDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentFaCreditDetailProperty
The StudentFaCreditDetail property.
Declaration
public static readonly EntityProperty StudentFaCreditDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicCredits
Gets or sets the AcademicCredits associated with this StudentFaCreditCourseDetailEntity.
Declaration
public int? AcademicCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AcademicCredits. |
CourseCode
Gets or sets the CourseCode associated with this StudentFaCreditCourseDetailEntity.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseCode. |
CourseId
Gets or sets the CourseId associated with this StudentFaCreditCourseDetailEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CourseStatus
Gets or sets the CourseStatus associated with this StudentFaCreditCourseDetailEntity.
Declaration
public string CourseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentFaCreditCourseDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FinancialAidCredits
Gets or sets the FinancialAidCredits associated with this StudentFaCreditCourseDetailEntity.
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 StudentFaCreditCourseDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncludeInFinancialAid
Gets or sets the IncludeInFinancialAid associated with this StudentFaCreditCourseDetailEntity.
Declaration
public bool IncludeInFinancialAid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IncludeInFinancialAid. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentFaCreditCourseDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentFaCreditCourseDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentFaCreditCourseDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this StudentFaCreditCourseDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Source
Gets or sets the Source associated with this StudentFaCreditCourseDetailEntity.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentFaCreditCourseDetailEntity.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentFaCreditDetail
Declaration
public virtual StudentFaCreditDetailEntity StudentFaCreditDetail { get; set; }
Property Value
Type | Description |
---|---|
StudentFaCreditDetailEntity |
StudentFaCreditDetailId
Gets or sets the StudentFaCreditDetailId associated with this StudentFaCreditCourseDetailEntity.
Declaration
public int StudentFaCreditDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentFaCreditDetailId. |
TermId
Gets or sets the TermId associated with this StudentFaCreditCourseDetailEntity.
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()