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