SIFWorks ADK 2.0
ExitTypeCode Class
NamespacesEdustructures.SifWorks.StudentExitTypeCode

[This is preliminary documentation and is subject to change.]

Defines the set of values that can be specified whenever an ExitTypeCode is used as a parameter to a method or constructor.
Declaration Syntax
C#Visual BasicVisual C++
public class ExitTypeCode : SifEnum
Public Class ExitTypeCode _
	Inherits SifEnum
public ref class ExitTypeCode : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberEXIT_B28
Student is on Suspension or Dismissal (Removed in SIF 2.0) ("B28")

static memberEXIT_B29
Student is Expelled (Pre-K through Grade 12) (Removed in SIF 2.0) ("B29")

static memberEXIT_B52
According to established regulations or statutes, the student is considered to be a 'dropout' (Removed in SIF 2.0) ("B52")

static memberEXIT_D09
Student was expected to attend a school but did not enter as expected for unknown reasons (Removed in SIF 2.0) ("D09")

static memberEXIT_D10
Student was promoted, retained, or transferred to another Attendance Reporting unit in the same School (Removed in SIF 2.0) ("D10")

static memberEXIT_D11
Student was promoted, retained, or transferred to another School in the same District (Removed in SIF 2.0) ("D11")

static memberEXIT_D12
Student withdrew to attend another Public School in the same District (Removed in SIF 2.0) ("D12")

static memberEXIT_D13
Student withdrew to attend another Public School in or out of state (Removed in SIF 2.0) ("D13")

static memberEXIT_D14
Student over compulsory attendance age who leaves school voluntarily with no intention of returning (Removed in SIF 2.0) ("D14")

static memberEXIT_D15
Student who graduated from school with a standard diploma (Removed in SIF 2.0) ("D15")

static memberEXIT_D16
Student who graduated from school with a special diploma (Removed in SIF 2.0) ("D16")

static memberEXIT_D17
Student who left school with a certificate of completion (Removed in SIF 2.0) ("D17")

static memberEXIT_D18
Student who left school with a special certificate of completion (Removed in SIF 2.0) ("D18")

static memberEXIT_D19
Student who left school with a State General Education Development (GED) High School Diploma (Removed in SIF 2.0) ("D19")

static memberEXIT_D20
Student withdrew to attend a non-Public School or Home Education Program in or out of state (Removed in SIF 2.0) ("D20")

static memberEXIT_D21
Student withdrew from school due to hardship (Removed in SIF 2.0) ("D21")

static memberEXIT_D26
Retained in current grade (Removed in SIF 2.0) ("D26")

static memberEXIT_D28
Placed in a transitional program (K-12) (Removed in SIF 2.0) ("D28")

static memberEXIT_D29
Status pending completion of summer school (K-12) (Removed in SIF 2.0) ("D29")

static memberEXIT_D34
Promoted (Removed in SIF 2.0) ("D34")

static memberEXIT_EB1
Deceased (Removed in SIF 2.0) ("EB1")

static memberEXIT_EB3
Withdrawn (use when reason for withdrawal is not among the other codes, or when reason cannot be determined) (Removed in SIF 2.0) ("EB3")

static memberEXIT_EB4
Graduated (Removed in SIF 2.0) ("EB4")

static memberTODO
SIF has not yet defined this codeset as of draft 5 ("TODO")

static memberWrap(String)
Wrap an arbitrary string value in an ExitTypeCode object.

Remarks
Alternatively, the static Wrap(String) method can be called to encapsulate any string value in an ExitTypeCode object.

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <String>)>
  SifString
   SifEnum
    ExitTypeCode

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10