Class CollegeCourse
This class represents the EntityModel interface to the AmCollegeCourse database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CollegeCourse
Constructors
CollegeCourse()
Declaration
public CollegeCourse()
Properties
ClockHours
Gets or sets the ClockHours associated with this CollegeCourse.
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHours. |
College
Declaration
public virtual College College { get; set; }
Property Value
Type | Description |
---|---|
College |
CollegeId
Gets or sets the CollegeId associated with this CollegeCourse.
Declaration
public int CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CollegeId. |
ConvertCreditsType
Gets or sets the ConvertCreditsType associated with this CollegeCourse.
Declaration
public string ConvertCreditsType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConvertCreditsType. |
ConvertedCredits
Gets or sets the ConvertedCredits associated with this CollegeCourse.
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 CollegeCourse.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseCode. |
CourseCreditHours
Gets or sets the CourseCreditHours associated with this CollegeCourse.
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 CollegeCourse.
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CollegeCourse.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAcceptedBeginDate
Gets or sets the CreditAcceptedBeginDate associated with this CollegeCourse.
Declaration
public DateTime CreditAcceptedBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreditAcceptedBeginDate. |
CreditAcceptEndDate
Gets or sets the CreditAcceptEndDate associated with this CollegeCourse.
Declaration
public DateTime? CreditAcceptEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreditAcceptEndDate. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<CollegeCourseExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CollegeCourseExtendedProperty> |
Id
Gets or sets the Id associated with this CollegeCourse.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CollegeCourse.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CollegeCourse.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CollegeCourse.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinGradeRequired
Gets or sets the MinGradeRequired associated with this CollegeCourse.
Declaration
public string MinGradeRequired { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MinGradeRequired. |
StudentTransferCredits
Declaration
public virtual ICollection<StudentTransferCredit> StudentTransferCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTransferCredit> |
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()