Class StudentAreaOfStudyEntity
This class represents the EntityModel interface to the AdConcentrationByEnrollment database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentAreaOfStudyEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAreaOfStudyEntity()
Declaration
public StudentAreaOfStudyEntity()
Fields
AreaOfStudyIdProperty
The AreaOfStudyId property.
Declaration
public static readonly EntityProperty AreaOfStudyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedByUserIdProperty
The CreatedByUserId property.
Declaration
public static readonly EntityProperty CreatedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DropByUserIdProperty
The DropByUserId property.
Declaration
public static readonly EntityProperty DropByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DropDateProperty
The DropDate property.
Declaration
public static readonly EntityProperty DropDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaProperty
The Gpa property.
Declaration
public static readonly EntityProperty GpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExcludedCrmIntegrationProperty
The IsExcludedCrmIntegration property.
Declaration
public static readonly EntityProperty IsExcludedCrmIntegrationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionAreaOfStudyIdProperty
The ProgramVersionAreaOfStudyId property.
Declaration
public static readonly EntityProperty ProgramVersionAreaOfStudyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAreaOfStudyParentIdProperty
The StudentAreaOfStudyParentId property.
Declaration
public static readonly EntityProperty StudentAreaOfStudyParentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this StudentAreaOfStudyEntity.
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AreaOfStudyId. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StudentAreaOfStudyEntity.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAreaOfStudyEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DropByUserId
Gets or sets the DropByUserId associated with this StudentAreaOfStudyEntity.
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 StudentAreaOfStudyEntity.
Declaration
public DateTime? DropDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DropDate. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentAreaOfStudyEntity.
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveDate. |
Gpa
Gets or sets the Gpa associated with this StudentAreaOfStudyEntity.
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 StudentAreaOfStudyEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentAreaOfStudyEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this StudentAreaOfStudyEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAreaOfStudyEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAreaOfStudyEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramVersionAreaOfStudyId
Gets or sets the ProgramVersionAreaOfStudyId associated with this StudentAreaOfStudyEntity.
Declaration
public int? ProgramVersionAreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionAreaOfStudyId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAreaOfStudyEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAreaOfStudyParentId
Gets or sets the StudentAreaOfStudyParentId associated with this StudentAreaOfStudyEntity.
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 StudentAreaOfStudyEntity.
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()