Class SchoolStatusDetail
This class represents the EntityModel interface to the SySchoolStatusGrid database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SchoolStatusDetail
Constructors
SchoolStatusDetail()
Declaration
public SchoolStatusDetail()
Properties
AccountStatus
Declaration
public virtual AccountStatus AccountStatus { get; set; }
Property Value
Type | Description |
---|---|
AccountStatus |
AccountStatusId
Gets or sets the AccountStatusId associated with this SchoolStatusDetail.
Declaration
public int? AccountStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AccountStatusId. |
CanChangeToSchoolStatus
Declaration
public virtual SchoolStatus CanChangeToSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
CanChangeToSchoolStatusId
Gets or sets the CanChangeToSchoolStatusId associated with this SchoolStatusDetail.
Declaration
public int CanChangeToSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CanChangeToSchoolStatusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SchoolStatusDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DaysAllowed
Gets or sets the DaysAllowed associated with this SchoolStatusDetail.
Declaration
public decimal DaysAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DaysAllowed. |
DaysAllowedUndoStatusChange
Gets or sets the DaysAllowedUndoStatusChange associated with this SchoolStatusDetail.
Declaration
public int? DaysAllowedUndoStatusChange { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DaysAllowedUndoStatusChange. |
DaysBeforeAllowed
Gets or sets the DaysBeforeAllowed associated with this SchoolStatusDetail.
Declaration
public decimal DaysBeforeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DaysBeforeAllowed. |
Id
Gets or sets the Id associated with this SchoolStatusDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAccountStatusChangeAllowed
Gets or sets the IsAccountStatusChangeAllowed associated with this SchoolStatusDetail.
Declaration
public bool IsAccountStatusChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountStatusChangeAllowed. |
IsAccountStatusOverridden
Gets or sets the IsAccountStatusOverridden associated with this SchoolStatusDetail.
Declaration
public bool IsAccountStatusOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountStatusOverridden. |
IsActive
Gets or sets the IsActive associated with this SchoolStatusDetail.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPlacedStatusOverriden
Gets or sets the IsPlacedStatusOverriden associated with this SchoolStatusDetail.
Declaration
public bool IsPlacedStatusOverriden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedStatusOverriden. |
IsPlacementStatusChangeAllowed
Gets or sets the IsPlacementStatusChangeAllowed associated with this SchoolStatusDetail.
Declaration
public bool IsPlacementStatusChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacementStatusChangeAllowed. |
IsRefundCalculationTriggered
Gets or sets the IsRefundCalculationTriggered associated with this SchoolStatusDetail.
Declaration
public bool IsRefundCalculationTriggered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundCalculationTriggered. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SchoolStatusDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SchoolStatusDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PlacementStatus
Declaration
public virtual SchoolStatus PlacementStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PlacementStatusId
Gets or sets the PlacementStatusId associated with this SchoolStatusDetail.
Declaration
public int? PlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementStatusId. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this SchoolStatusDetail.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
StaffGroupId
Gets or sets the StaffGroupId associated with this SchoolStatusDetail.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
StaffGroups
Declaration
public virtual ICollection<SchoolStatusDetailStaffGroup> StaffGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SchoolStatusDetailStaffGroup> |
SystemSchoolStatusDetailId
Gets or sets the SystemSchoolStatusDetailId associated with this SchoolStatusDetail.
Declaration
public int SystemSchoolStatusDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SystemSchoolStatusDetailId. |
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. |