Class StudentAreaOfStudy
This class represents the EntityModel interface to the AdConcentrationByEnrollment database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAreaOfStudy
Constructors
StudentAreaOfStudy()
Declaration
public StudentAreaOfStudy()
Properties
AreaOfStudy
Declaration
public virtual AreaOfStudy AreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudy |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this StudentAreaOfStudy.
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AreaOfStudyId. |
ChildAreasOfStudy
Declaration
public virtual ICollection<StudentAreaOfStudy> ChildAreasOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAreaOfStudy> |
CreatedByStaff
Declaration
public virtual Staff CreatedByStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StudentAreaOfStudy.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAreaOfStudy.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreatedUser
Declaration
public virtual Staff CreatedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
DropByUserId
Gets or sets the DropByUserId associated with this StudentAreaOfStudy.
Declaration
public int? DropByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DropByUserId. |
DropDate
Gets or sets the DropDate associated with this StudentAreaOfStudy.
Declaration
public DateTime? DropDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DropDate. |
DroppedByStaff
Declaration
public virtual Staff DroppedByStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
DropUser
Declaration
public virtual Staff DropUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentAreaOfStudy.
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveDate. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Gpa
Gets or sets the Gpa associated with this StudentAreaOfStudy.
Declaration
public decimal? Gpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Gpa. |
Id
Gets or sets the Id associated with this StudentAreaOfStudy.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentAreaOfStudy.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this StudentAreaOfStudy.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAreaOfStudy.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAreaOfStudy.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramVersionAreaOfStudyId
Gets or sets the ProgramVersionAreaOfStudyId associated with this StudentAreaOfStudy.
Declaration
public int? ProgramVersionAreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionAreaOfStudyId. |
StudentAreaOfStudyParentId
Gets or sets the StudentAreaOfStudyParentId associated with this StudentAreaOfStudy.
Declaration
public int? StudentAreaOfStudyParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAreaOfStudyParentId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAreaOfStudy.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
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 relationships 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 |