Class DegreePathwayTemplate
This class represents the EntityModel interface to the AdDegreePathwayTemplate database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DegreePathwayTemplate
Constructors
DegreePathwayTemplate()
Declaration
public DegreePathwayTemplate()
Properties
AreaOfStudy
Declaration
public virtual AreaOfStudy AreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudy |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this DegreePathwayTemplate.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
CatalogYear
Declaration
public virtual CatalogYear CatalogYear { get; set; }
Property Value
Type | Description |
---|---|
CatalogYear |
CatalogYearId
Gets or sets the CatalogYearId associated with this DegreePathwayTemplate.
Declaration
public int? CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CatalogYearId. |
Code
Gets or sets the Code associated with this DegreePathwayTemplate.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseCategory
Declaration
public virtual CourseCategory CourseCategory { get; set; }
Property Value
Type | Description |
---|---|
CourseCategory |
CourseCategoryId
Gets or sets the CourseCategoryId associated with this DegreePathwayTemplate.
Declaration
public int? CourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseCategoryId. |
CourseId
Gets or sets the CourseId associated with this DegreePathwayTemplate.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this DegreePathwayTemplate.
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DegreePathwayTemplate.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditsUsed
Gets or sets the CreditsUsed associated with this DegreePathwayTemplate.
Declaration
public decimal CreditsUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditsUsed. |
HoursUsed
Gets or sets the HoursUsed associated with this DegreePathwayTemplate.
Declaration
public decimal HoursUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HoursUsed. |
Id
Gets or sets the Id associated with this DegreePathwayTemplate.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DegreePathwayTemplate.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DegreePathwayTemplate.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this DegreePathwayTemplate.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this DegreePathwayTemplate.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this DegreePathwayTemplate.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RequiredCourse
Declaration
public virtual RequiredCourse RequiredCourse { get; set; }
Property Value
Type | Description |
---|---|
RequiredCourse |
RequiredCourseId
Gets or sets the RequiredCourseId associated with this DegreePathwayTemplate.
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequiredCourseId. |
SequenceNumber
Gets or sets the SequenceNumber associated with this DegreePathwayTemplate.
Declaration
public int? SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SequenceNumber. |
TermNumber
Gets or sets the TermNumber associated with this DegreePathwayTemplate.
Declaration
public int TermNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermNumber. |
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. |