Class SystemSchoolStatusDetail
This class represents the EntityModel interface to the SyStatusGrid database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SystemSchoolStatusDetail
Constructors
SystemSchoolStatusDetail()
Declaration
public SystemSchoolStatusDetail()
Properties
AccountStatusId
Gets or sets the AccountStatusId associated with this SystemSchoolStatusDetail.
Declaration
public int? AccountStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AccountStatusId. |
AllowedStaffGroups
Declaration
public virtual ICollection<SystemSchoolStatusDetailStaffGroup> AllowedStaffGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SystemSchoolStatusDetailStaffGroup> |
CanChangeToSystemSchoolStatusId
Gets or sets the CanChangeToSystemSchoolStatusId associated with this SystemSchoolStatusDetail.
Declaration
public int CanChangeToSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CanChangeToSystemSchoolStatusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SystemSchoolStatusDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SystemSchoolStatusDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAccountStatusChangeAllowed
Gets or sets the IsAccountStatusChangeAllowed associated with this SystemSchoolStatusDetail.
Declaration
public bool IsAccountStatusChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountStatusChangeAllowed. |
IsAccountStatusOverridden
Gets or sets the IsAccountStatusOverridden associated with this SystemSchoolStatusDetail.
Declaration
public bool IsAccountStatusOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountStatusOverridden. |
IsActive
Gets or sets the IsActive associated with this SystemSchoolStatusDetail.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPlacedStatusOverridden
Gets or sets the IsPlacedStatusOverridden associated with this SystemSchoolStatusDetail.
Declaration
public bool IsPlacedStatusOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedStatusOverridden. |
IsPlacementStatusChangeAllowed
Gets or sets the IsPlacementStatusChangeAllowed associated with this SystemSchoolStatusDetail.
Declaration
public bool IsPlacementStatusChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacementStatusChangeAllowed. |
IsRefundCalcTriggered
Gets or sets the IsRefundCalcTriggered associated with this SystemSchoolStatusDetail.
Declaration
public bool IsRefundCalcTriggered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundCalcTriggered. |
IsSchoolStatusGridUsed
Gets or sets the IsSchoolStatusGridUsed associated with this SystemSchoolStatusDetail.
Declaration
public bool IsSchoolStatusGridUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSchoolStatusGridUsed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SystemSchoolStatusDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SystemSchoolStatusDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxAllowedDaysElapsedFromLastStatusChange
Gets or sets the MaxAllowedDaysElapsedFromLastStatusChange associated with this SystemSchoolStatusDetail.
Declaration
public decimal MaxAllowedDaysElapsedFromLastStatusChange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxAllowedDaysElapsedFromLastStatusChange. |
MaxDaysAllowUndoStatusChange
Gets or sets the MaxDaysAllowUndoStatusChange associated with this SystemSchoolStatusDetail.
Declaration
public int? MaxDaysAllowUndoStatusChange { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaxDaysAllowUndoStatusChange. |
MinAllowedDaysElapsedFromLastStatusChange
Gets or sets the MinAllowedDaysElapsedFromLastStatusChange associated with this SystemSchoolStatusDetail.
Declaration
public decimal MinAllowedDaysElapsedFromLastStatusChange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinAllowedDaysElapsedFromLastStatusChange. |
PlacementStatusId
Gets or sets the PlacementStatusId associated with this SystemSchoolStatusDetail.
Declaration
public int? PlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementStatusId. |
StaffGroupId
Gets or sets the StaffGroupId associated with this SystemSchoolStatusDetail.
Declaration
public int StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffGroupId. |
SystemSchoolStatus
Declaration
public virtual SystemSchoolStatus SystemSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SystemSchoolStatus |
SystemSchoolStatusId
Gets or sets the SystemSchoolStatusId associated with this SystemSchoolStatusDetail.
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 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. |