Class SchoolStatus
This class represents the EntityModel interface to the SySchoolStatus database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SchoolStatus : IReferenceItem, IIdentifiable
Constructors
SchoolStatus()
Declaration
public SchoolStatus()
Properties
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this SchoolStatus.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this SchoolStatus.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SchoolStatus.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Enrollments
Declaration
public virtual ICollection<StudentEnrollmentPeriod> Enrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriod> |
Id
Gets or sets the Id associated with this SchoolStatus.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SchoolStatus.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this SchoolStatus.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsSystemCode
Gets or sets the IsSystemCode associated with this SchoolStatus.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
IsTitleIvWithdrawal
Gets or sets the IsTitleIvWithdrawal associated with this SchoolStatus.
Declaration
public bool IsTitleIvWithdrawal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTitleIvWithdrawal. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SchoolStatus.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SchoolStatus.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this SchoolStatus.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NewSchoolStatusChanges
Declaration
public virtual ICollection<StudentSchoolStatusHistory> NewSchoolStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolStatusHistory> |
NsldsStatus
Gets or sets the NsldsStatus associated with this SchoolStatus.
Declaration
public string NsldsStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NsldsStatus. |
PlacementStatusReasons
Declaration
public virtual ICollection<PlacementStatusReason> PlacementStatusReasons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PlacementStatusReason> |
PreviousSchoolStatusChanges
Declaration
public virtual ICollection<StudentSchoolStatusHistory> PreviousSchoolStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolStatusHistory> |
SchoolStatusTransitionsFrom
Declaration
public virtual ICollection<SchoolStatusDetail> SchoolStatusTransitionsFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SchoolStatusDetail> |
SchoolStatusTransitionsTo
Declaration
public virtual ICollection<SchoolStatusDetail> SchoolStatusTransitionsTo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SchoolStatusDetail> |
StatusDescription
Gets or sets the StatusDescription associated with this SchoolStatus.
Declaration
public string StatusDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusDescription. |
SystemSchoolStatus
Declaration
public virtual SystemSchoolStatus SystemSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SystemSchoolStatus |
SystemSchoolStatusId
Gets or sets the SystemSchoolStatusId associated with this SchoolStatus.
Declaration
public int SystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SystemSchoolStatusId. |
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 relationships 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 |