Class SystemSchoolStatusDetailEntity
This class represents the EntityModel interface to the SyStatusGrid database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SystemSchoolStatusDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
SystemSchoolStatusDetailEntity()
Declaration
public SystemSchoolStatusDetailEntity()
Fields
AccountStatusIdProperty
The AccountStatusId property.
Declaration
public static readonly EntityProperty AccountStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CanChangeToSystemSchoolStatusIdProperty
The CanChangeToSystemSchoolStatusId property.
Declaration
public static readonly EntityProperty CanChangeToSystemSchoolStatusIdProperty
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 |
IsAccountStatusChangeAllowedProperty
The IsAccountStatusChangeAllowed property.
Declaration
public static readonly EntityProperty IsAccountStatusChangeAllowedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAccountStatusOverriddenProperty
The IsAccountStatusOverridden property.
Declaration
public static readonly EntityProperty IsAccountStatusOverriddenProperty
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 |
IsPlacedStatusOverriddenProperty
The IsPlacedStatusOverridden property.
Declaration
public static readonly EntityProperty IsPlacedStatusOverriddenProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlacementStatusChangeAllowedProperty
The IsPlacementStatusChangeAllowed property.
Declaration
public static readonly EntityProperty IsPlacementStatusChangeAllowedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRefundCalcTriggeredProperty
The IsRefundCalcTriggered property.
Declaration
public static readonly EntityProperty IsRefundCalcTriggeredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSchoolStatusGridUsedProperty
The IsSchoolStatusGridUsed property.
Declaration
public static readonly EntityProperty IsSchoolStatusGridUsedProperty
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 |
MaxAllowedDaysElapsedFromLastStatusChangeProperty
The MaxAllowedDaysElapsedFromLastStatusChange property.
Declaration
public static readonly EntityProperty MaxAllowedDaysElapsedFromLastStatusChangeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxDaysAllowUndoStatusChangeProperty
The MaxDaysAllowUndoStatusChange property.
Declaration
public static readonly EntityProperty MaxDaysAllowUndoStatusChangeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinAllowedDaysElapsedFromLastStatusChangeProperty
The MinAllowedDaysElapsedFromLastStatusChange property.
Declaration
public static readonly EntityProperty MinAllowedDaysElapsedFromLastStatusChangeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PlacementStatusIdProperty
The PlacementStatusId property.
Declaration
public static readonly EntityProperty PlacementStatusIdProperty
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 |
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SystemSchoolStatusIdProperty
The SystemSchoolStatusId property.
Declaration
public static readonly EntityProperty SystemSchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountStatusId
Gets or sets the AccountStatusId associated with this SystemSchoolStatusDetailEntity.
Declaration
public int? AccountStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AccountStatusId. |
AllowedStaffGroups
Declaration
public EntityCollection<SystemSchoolStatusDetailStaffGroupEntity> AllowedStaffGroups { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<SystemSchoolStatusDetailStaffGroupEntity> |
CanChangeToSystemSchoolStatusId
Gets or sets the CanChangeToSystemSchoolStatusId associated with this SystemSchoolStatusDetailEntity.
Declaration
public int CanChangeToSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CanChangeToSystemSchoolStatusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SystemSchoolStatusDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SystemSchoolStatusDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAccountStatusChangeAllowed
Gets or sets the IsAccountStatusChangeAllowed associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsAccountStatusChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountStatusChangeAllowed. |
IsAccountStatusOverridden
Gets or sets the IsAccountStatusOverridden associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsAccountStatusOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountStatusOverridden. |
IsActive
Gets or sets the IsActive associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPlacedStatusOverridden
Gets or sets the IsPlacedStatusOverridden associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsPlacedStatusOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedStatusOverridden. |
IsPlacementStatusChangeAllowed
Gets or sets the IsPlacementStatusChangeAllowed associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsPlacementStatusChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacementStatusChangeAllowed. |
IsRefundCalcTriggered
Gets or sets the IsRefundCalcTriggered associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsRefundCalcTriggered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundCalcTriggered. |
IsSchoolStatusGridUsed
Gets or sets the IsSchoolStatusGridUsed associated with this SystemSchoolStatusDetailEntity.
Declaration
public bool IsSchoolStatusGridUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSchoolStatusGridUsed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SystemSchoolStatusDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SystemSchoolStatusDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxAllowedDaysElapsedFromLastStatusChange
Gets or sets the MaxAllowedDaysElapsedFromLastStatusChange associated with this SystemSchoolStatusDetailEntity.
Declaration
public decimal MaxAllowedDaysElapsedFromLastStatusChange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxAllowedDaysElapsedFromLastStatusChange. |
MaxDaysAllowUndoStatusChange
Gets or sets the MaxDaysAllowUndoStatusChange associated with this SystemSchoolStatusDetailEntity.
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 SystemSchoolStatusDetailEntity.
Declaration
public decimal MinAllowedDaysElapsedFromLastStatusChange { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinAllowedDaysElapsedFromLastStatusChange. |
PlacementStatusId
Gets or sets the PlacementStatusId associated with this SystemSchoolStatusDetailEntity.
Declaration
public int? PlacementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementStatusId. |
RowVersion
Gets or sets the RowVersion associated with this SystemSchoolStatusDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffGroupId
Gets or sets the StaffGroupId associated with this SystemSchoolStatusDetailEntity.
Declaration
public int StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffGroupId. |
SystemSchoolStatusId
Gets or sets the SystemSchoolStatusId associated with this SystemSchoolStatusDetailEntity.
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()