Class RequiredCourseCategoryCatalogYear
This class represents the EntityModel interface to the AdProgramCourseCategoryCatalogYear database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RequiredCourseCategoryCatalogYear
Constructors
RequiredCourseCategoryCatalogYear()
Declaration
public RequiredCourseCategoryCatalogYear()
Properties
CatalogYear
Declaration
public virtual CatalogYear CatalogYear { get; set; }
Property Value
Type | Description |
---|---|
CatalogYear |
CatalogYearId
Gets or sets the CatalogYearId associated with this RequiredCourseCategoryCatalogYear.
Declaration
public int CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CatalogYearId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RequiredCourseCategoryCatalogYear.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RequiredCourseCategoryCatalogYear.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RequiredCourseCategoryCatalogYear.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RequiredCourseCategoryCatalogYear.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RequiredCourseCategoryId
Gets or sets the RequiredCourseCategoryId associated with this RequiredCourseCategoryCatalogYear.
Declaration
public int RequiredCourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RequiredCourseCategoryId. |
RequiredCourseListCourseCategory
Declaration
public virtual RequiredCourseCategory RequiredCourseListCourseCategory { get; set; }
Property Value
Type | Description |
---|---|
RequiredCourseCategory |
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()