SIFWorks ADK 2.0
ExitStatusCode Class
NamespacesEdustructures.SifWorks.StudentExitStatusCode

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

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



IconMemberDescription
static memberC0643_1905_PERMANENT
Permanent exit/withdrawal ("1905")

static memberC0643_1906_TEMPORARY
Temporary exit/withdrawal ("1906")

static memberPERMANENT
Permanent Exit/Withdrawal; The student does not expect to return to membership in an educational institution ("01")

static memberTEMPORARY
Temporary Exit/Withdrawal; The student expects to return to membership in an educational institution ("02")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.1

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

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