Class SystemSchoolStatus
This class represents the EntityModel interface to the syStatus database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SystemSchoolStatus : IReferenceItem, IIdentifiable
Constructors
SystemSchoolStatus()
Declaration
public SystemSchoolStatus()
Fields
DropCode
Gets or sets the StatusHierarchy
Declaration
public static readonly string DropCode
Field Value
Type | Description |
---|---|
System.String | The Status Hierarchy. |
NdsDropCode
Declaration
public static readonly string NdsDropCode
Field Value
Type | Description |
---|---|
System.String |
ReentryCode
Declaration
public static readonly string ReentryCode
Field Value
Type | Description |
---|---|
System.String |
Properties
Code
Gets or sets the Code associated with this SystemSchoolStatus.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SystemSchoolStatus.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GeAttendStatus
Gets or sets the GeAttendStatus associated with this SystemSchoolStatus.
Declaration
public string GeAttendStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GeAttendStatus. |
Id
Gets or sets the Id associated with this SystemSchoolStatus.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SystemSchoolStatus.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsSystemCode
Gets or sets the IsSystemCode associated with this SystemSchoolStatus.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SystemSchoolStatus.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SystemSchoolStatus.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this SystemSchoolStatus.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NewStatusChanges
Declaration
public virtual ICollection<StudentSchoolStatusHistory> NewStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolStatusHistory> |
PreviousStatusChanges
Declaration
public virtual ICollection<StudentSchoolStatusHistory> PreviousStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolStatusHistory> |
StatusHierarchy
Gets or sets the StatusHierarchy associated with this SystemSchoolStatus.
Declaration
public byte? StatusHierarchy { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The StatusHierarchy. |
SystemStatusCategory
Gets or sets the SystemStatusCategory associated with this SystemSchoolStatus.
Declaration
public string SystemStatusCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SystemStatusCategory. |
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()