Class SelectionMgmtApplication
This class represents the EntityModel interface to the SmApplication database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SelectionMgmtApplication
Constructors
SelectionMgmtApplication()
Declaration
public SelectionMgmtApplication()
Properties
ApplicationDetails
Declaration
public virtual ICollection<SelectionMgmtApplicationDetail> ApplicationDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SelectionMgmtApplicationDetail> |
ApplicationNumber
Gets or sets the ApplicationNumber associated with this SelectionMgmtApplication.
Declaration
public string ApplicationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplicationNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtApplication.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SelectionMgmtApplication.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SelectionMgmtApplication.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsMinimumRequirement
Gets or sets the IsMinimumRequirement associated with this SelectionMgmtApplication.
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 SelectionMgmtApplication.
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 SelectionMgmtApplication.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this SelectionMgmtApplication.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PreviousEducationGradeLevel
Declaration
public virtual PreviousEducationGradeLevel PreviousEducationGradeLevel { get; set; }
Property Value
Type | Description |
---|---|
PreviousEducationGradeLevel |
PreviousEducationGradeLevelId
Gets or sets the PreviousEducationGradeLevelId associated with this SelectionMgmtApplication.
Declaration
public int? PreviousEducationGradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEducationGradeLevelId. |
Score
Gets or sets the Score associated with this SelectionMgmtApplication.
Declaration
public decimal? Score { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Score. |
SelectionMgmtCategory
Declaration
public virtual SelectionMgmtCategory SelectionMgmtCategory { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtCategory |
SelectionMgmtCategoryId
Gets or sets the SelectionMgmtCategoryId associated with this SelectionMgmtApplication.
Declaration
public int? SelectionMgmtCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtCategoryId. |
SelectionMgmtDivision
Declaration
public virtual SelectionMgmtDivision SelectionMgmtDivision { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtDivision |
SelectionMgmtDivisionId
Gets or sets the SelectionMgmtDivisionId associated with this SelectionMgmtApplication.
Declaration
public int? SelectionMgmtDivisionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtDivisionId. |
SelectionMgmtScoreType
Declaration
public virtual SelectionMgmtScoreType SelectionMgmtScoreType { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtScoreType |
SelectionMgmtScoreTypeId
Gets or sets the SelectionMgmtScoreTypeId associated with this SelectionMgmtApplication.
Declaration
public int? SelectionMgmtScoreTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtScoreTypeId. |
SelectionMgmtStatus
Declaration
public virtual SelectionMgmtStatus SelectionMgmtStatus { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtStatus |
SelectionMgmtStatusId
Gets or sets the SelectionMgmtStatusId associated with this SelectionMgmtApplication.
Declaration
public int? SelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtStatusId. |
ShiftSchoolStartDate
Declaration
public virtual ShiftSchoolStartDate ShiftSchoolStartDate { get; set; }
Property Value
Type | Description |
---|---|
ShiftSchoolStartDate |
ShiftSchoolStartDateId
Gets or sets the ShiftSchoolStartDateId associated with this SelectionMgmtApplication.
Declaration
public int? ShiftSchoolStartDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftSchoolStartDateId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this SelectionMgmtApplication.
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 relationship 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 | The DbModelBuilder that has all of the model entities. |