Class ApplicantAreaOfStudyEntity
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ApplicantAreaOfStudyEntity : Entity, IIdentifiable, IAuditable
Constructors
ApplicantAreaOfStudyEntity()
Declaration
public ApplicantAreaOfStudyEntity()
Fields
ApplicantIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty ApplicantIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
Properties
ApplicantId
Gets or sets the StudentEnrollmentPeriodId associated with this ApplicantAreaOfStudyEntity.
Declaration
public int ApplicantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this ApplicantAreaOfStudyEntity.
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AreaOfStudyId. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this ApplicantAreaOfStudyEntity.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ApplicantAreaOfStudyEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ApplicantAreaOfStudyEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this ApplicantAreaOfStudyEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ApplicantAreaOfStudyEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ApplicantAreaOfStudyEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramVersionAreaOfStudyId
Gets or sets the ProgramVersionAreaOfStudyId associated with this ApplicantAreaOfStudyEntity.
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 ApplicantAreaOfStudyEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAreaOfStudyParentId
Gets or sets the StudentAreaOfStudyParentId associated with this ApplicantAreaOfStudyEntity.
Declaration
public int? StudentAreaOfStudyParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAreaOfStudyParentId. |