Class IpedsDistanceEducationCriteriaNameDetail
This class represents the EntityModel interface to the AdIPEDSDistEdCriteriaDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IpedsDistanceEducationCriteriaNameDetail
Constructors
IpedsDistanceEducationCriteriaNameDetail()
Declaration
public IpedsDistanceEducationCriteriaNameDetail()
Properties
CourseCampusId
Gets or sets the CourseCampusId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? CourseCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseCampusId. |
CourseShiftId
Gets or sets the CourseShiftId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? CourseShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseShiftId. |
CourseType
Declaration
public virtual CourseType CourseType { get; set; }
Property Value
Type | Description |
---|---|
CourseType |
CourseTypeId
Gets or sets the CourseTypeId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? CourseTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseTypeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DeliveryMethod
Declaration
public virtual DeliveryMethod DeliveryMethod { get; set; }
Property Value
Type | Description |
---|---|
DeliveryMethod |
DeliveryMethodId
Gets or sets the DeliveryMethodId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? DeliveryMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DeliveryMethodId. |
EnrollmentCampusId
Gets or sets the EnrollmentCampusId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? EnrollmentCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentCampusId. |
EnrollmentShiftId
Gets or sets the EnrollmentShiftId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? EnrollmentShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentShiftId. |
ExtraCurricularActivityId
Gets or sets the ExtraCurricularActivityId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? ExtraCurricularActivityId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ExtraCurricularActivityId. |
Id
Gets or sets the Id associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IpedsDistanceEducationCriteriaName
Declaration
public virtual IpedsDistanceEducationCriteriaName IpedsDistanceEducationCriteriaName { get; set; }
Property Value
Type | Description |
---|---|
IpedsDistanceEducationCriteriaName |
IpedsDistanceEducationCriteriaNameId
Gets or sets the IpedsDistanceEducationCriteriaNameId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int IpedsDistanceEducationCriteriaNameId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IpedsDistanceEducationCriteriaNameId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this IpedsDistanceEducationCriteriaNameDetail.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
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. |