SIFWorks ADK 2.0
SessionTypeCode Class
NamespacesEdustructures.SifWorks.CommonSessionTypeCode

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

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



IconMemberDescription
static memberFULL_YEAR
Full school year ("0827")

static memberINTERSESSION
Intersession ("0834")

static memberLONG_SESSION
Long session ("0835")

static memberMINI_TERM
Mini-term ("0832")

static memberOTHER
Other ("9999")

static memberQUARTER
Quarter ("0830")

static memberQUINMESTER
Quinmester ("0831")

static memberSEMESTER
Semester ("0828")

static memberSIF1X_FULL_YEAR
Full school year--A regular school term consisting of no major subdivision of time segments. It usually begins in the late summer or early fall and ends in late spring or early summer (e.g., elementary school). ("01")

static memberSIF1X_INTERSESSION
Intersession--A short session which occurs between longer sessions. ("08")

static memberSIF1X_LONG_SESSION
Long session--A session that is longer than a semester but shorter than a full year. ("09")

static memberSIF1X_MINI_TERM
Mini-term--A school term which is shorter than a regular session. ("06")

static memberSIF1X_OTHER
Other ("99")

static memberSIF1X_QUARTER
Quarter--One of four equal segments into which a school year is divided. ("04")

static memberSIF1X_QUINMESTER
Quinmester--One of five equal segments into which a school year is divided. ("05")

static memberSIF1X_SEMESTER
Semester--One of two equal segments into which a school year is divided. ("02")

static memberSIF1X_SUMMER_TERM
Summer term--A school term which takes place in the summer between two regular school terms. ("07")

static memberSIF1X_TRIMESTER
Trimester--One of three equal segments into which a school year is divided. ("03")

static memberSIF1X_TWELVE_MONTH
Twelve month--An educational program that operates throughout the year. ("10")

static memberSUMMER_TERM
Summer term ("0833")

static memberTRIMESTER
Trimester ("0829")

static memberTWELVE_MONTH
Twelve month ("0837")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.1

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

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