Class SelectionMgmtApplicationEntity
This class represents the EntityModel interface to the SmApplication database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtApplicationEntity : Entity, IIdentifiable, IAuditable
Constructors
SelectionMgmtApplicationEntity()
Declaration
public SelectionMgmtApplicationEntity()
Fields
ApplicationNumberProperty
The ApplicationNumber property.
Declaration
public static readonly EntityProperty ApplicationNumberProperty
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 |
IsMinimumRequirementProperty
The IsMinimumRequirement property.
Declaration
public static readonly EntityProperty IsMinimumRequirementProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousEducationGradeLevelIdProperty
The PreviousEducationGradeLevelId property.
Declaration
public static readonly EntityProperty PreviousEducationGradeLevelIdProperty
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 |
ScoreProperty
The Score property.
Declaration
public static readonly EntityProperty ScoreProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtCategoryIdProperty
The SelectionMgmtCategoryId property.
Declaration
public static readonly EntityProperty SelectionMgmtCategoryIdProperty
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 |
ShiftSchoolStartDateIdProperty
The ShiftSchoolStartDateId property.
Declaration
public static readonly EntityProperty ShiftSchoolStartDateIdProperty
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
ApplicationNumber
Gets or sets the ApplicationNumber associated with this SelectionMgmtApplicationEntity.
Declaration
public string ApplicationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplicationNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtApplicationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SelectionMgmtApplicationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SelectionMgmtApplicationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsMinimumRequirement
Gets or sets the IsMinimumRequirement associated with this SelectionMgmtApplicationEntity.
Declaration
public bool? IsMinimumRequirement { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsMinimumRequirement. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtApplicationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtApplicationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this SelectionMgmtApplicationEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PreviousEducationGradeLevelId
Gets or sets the PreviousEducationGradeLevelId associated with this SelectionMgmtApplicationEntity.
Declaration
public int? PreviousEducationGradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEducationGradeLevelId. |
RowVersion
Gets or sets the RowVersion associated with this SelectionMgmtApplicationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Score
Gets or sets the Score associated with this SelectionMgmtApplicationEntity.
Declaration
public decimal? Score { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Score. |
SelectionMgmtCategoryId
Gets or sets the SelectionMgmtCategoryId associated with this SelectionMgmtApplicationEntity.
Declaration
public int? SelectionMgmtCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtCategoryId. |
SelectionMgmtDivisionId
Gets or sets the SelectionMgmtDivisionId associated with this SelectionMgmtApplicationEntity.
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 SelectionMgmtApplicationEntity.
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 SelectionMgmtApplicationEntity.
Declaration
public int? SelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtStatusId. |
ShiftSchoolStartDateId
Gets or sets the ShiftSchoolStartDateId associated with this SelectionMgmtApplicationEntity.
Declaration
public int? ShiftSchoolStartDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftSchoolStartDateId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this SelectionMgmtApplicationEntity.
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()