Class CollegeCourseEntity
This class represents the EntityModel interface to the AmCollegeCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class CollegeCourseEntity : Entity, IIdentifiable, IAuditable
Constructors
CollegeCourseEntity()
Declaration
public CollegeCourseEntity()
Fields
ClockHoursProperty
The ClockHours property.
Declaration
public static readonly EntityProperty ClockHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CollegeIdProperty
The CollegeId property.
Declaration
public static readonly EntityProperty CollegeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConvertCreditsTypeProperty
The ConvertCreditsType property.
Declaration
public static readonly EntityProperty ConvertCreditsTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConvertedCreditsProperty
The ConvertedCredits property.
Declaration
public static readonly EntityProperty ConvertedCreditsProperty
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 |
CourseCreditHoursProperty
The CourseCreditHours property.
Declaration
public static readonly EntityProperty CourseCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseNameProperty
The CourseName property.
Declaration
public static readonly EntityProperty CourseNameProperty
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 |
CreditAcceptedBeginDateProperty
The CreditAcceptedBeginDate property.
Declaration
public static readonly EntityProperty CreditAcceptedBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditAcceptEndDateProperty
The CreditAcceptEndDate property.
Declaration
public static readonly EntityProperty CreditAcceptEndDateProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
MinGradeRequiredProperty
The MinGradeRequired property.
Declaration
public static readonly EntityProperty MinGradeRequiredProperty
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
ClockHours
Gets or sets the ClockHours associated with this CollegeCourseEntity.
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHours. |
CollegeId
Gets or sets the CollegeId associated with this CollegeCourseEntity.
Declaration
public int CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CollegeId. |
ConvertCreditsType
Gets or sets the ConvertCreditsType associated with this CollegeCourseEntity.
Declaration
public string ConvertCreditsType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConvertCreditsType. |
ConvertedCredits
Gets or sets the ConvertedCredits associated with this CollegeCourseEntity.
Declaration
public decimal? ConvertedCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ConvertedCredits. |
CourseCode
Gets or sets the CourseCode associated with this CollegeCourseEntity.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseCode. |
CourseCreditHours
Gets or sets the CourseCreditHours associated with this CollegeCourseEntity.
Declaration
public decimal? CourseCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CourseCreditHours. |
CourseName
Gets or sets the CourseName associated with this CollegeCourseEntity.
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CollegeCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAcceptedBeginDate
Gets or sets the CreditAcceptedBeginDate associated with this CollegeCourseEntity.
Declaration
public DateTime CreditAcceptedBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreditAcceptedBeginDate. |
CreditAcceptEndDate
Gets or sets the CreditAcceptEndDate associated with this CollegeCourseEntity.
Declaration
public DateTime? CreditAcceptEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreditAcceptEndDate. |
Id
Gets or sets the Id associated with this CollegeCourseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CollegeCourseEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CollegeCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CollegeCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinGradeRequired
Gets or sets the MinGradeRequired associated with this CollegeCourseEntity.
Declaration
public string MinGradeRequired { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MinGradeRequired. |
RowVersion
Gets or sets the RowVersion associated with this CollegeCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()