Class SelectionMgmtApplicationDetailEntity
This class represents the EntityModel interface to the SmApplicationChoice database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtApplicationDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
SelectionMgmtApplicationDetailEntity()
Declaration
public SelectionMgmtApplicationDetailEntity()
Fields
ApplicationScoreProperty
The ApplicationScore property.
Declaration
public static readonly EntityProperty ApplicationScoreProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChoiceProperty
The Choice property.
Declaration
public static readonly EntityProperty ChoiceProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEligibleProperty
The IsEligible property.
Declaration
public static readonly EntityProperty IsEligibleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMinimumRequirementsProperty
The IsMinimumRequirements property.
Declaration
public static readonly EntityProperty IsMinimumRequirementsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOfferedProperty
The IsOffered property.
Declaration
public static readonly EntityProperty IsOfferedProperty
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 |
ProgramIdProperty
The ProgramId property.
Declaration
public static readonly EntityProperty ProgramIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
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 |
SelectionMgmtApplicationIdProperty
The SelectionMgmtApplicationId property.
Declaration
public static readonly EntityProperty SelectionMgmtApplicationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtDivisionIdProperty
The SelectionMgmtDivisionId property.
Declaration
public static readonly EntityProperty SelectionMgmtDivisionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtScoreTypeIdProperty
The SelectionMgmtScoreTypeId property.
Declaration
public static readonly EntityProperty SelectionMgmtScoreTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtStatusIdProperty
The SelectionMgmtStatusId property.
Declaration
public static readonly EntityProperty SelectionMgmtStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ShiftIdProperty
The ShiftId property.
Declaration
public static readonly EntityProperty ShiftIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkflowProviderIdProperty
The WorkflowProviderId property.
Declaration
public static readonly EntityProperty WorkflowProviderIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplicationScore
Gets or sets the ApplicationScore associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public decimal? ApplicationScore { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ApplicationScore. |
AreaOfStudyIdList
Declaration
public List<int> AreaOfStudyIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CampusId
Gets or sets the CampusId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
Choice
Gets or sets the Choice associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int? Choice { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Choice. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsEligible
Gets or sets the IsEligible associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public bool? IsEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsEligible. |
IsMinimumRequirements
Gets or sets the IsMinimumRequirements associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public bool? IsMinimumRequirements { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsMinimumRequirements. |
IsOffered
Gets or sets the IsOffered associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public bool? IsOffered { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsOffered. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramId
Gets or sets the ProgramId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtApplicationId. |
SelectionMgmtDivisionId
Gets or sets the SelectionMgmtDivisionId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int? SelectionMgmtDivisionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtDivisionId. |
SelectionMgmtScoreTypeId
Gets or sets the SelectionMgmtScoreTypeId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int? SelectionMgmtScoreTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtScoreTypeId. |
SelectionMgmtStatusId
Gets or sets the SelectionMgmtStatusId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int? SelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtStatusId. |
ShiftId
Gets or sets the ShiftId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int? ShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftId. |
WorkflowProviderId
Gets or sets the WorkflowProviderId associated with this SelectionMgmtApplicationDetailEntity.
Declaration
public int? WorkflowProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WorkflowProviderId. |
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()