SIFWorks ADK 2.0
CalendarEventCode Class
NamespacesEdustructures.SifWorks.StudentCalendarEventCode

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

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



IconMemberDescription
static memberEMERGENCY_DAY
Emergency day ("0849")

static memberHOLIDAY
Holiday ("0846")

static memberINST
Instructional School Day ("INST")

static memberLATE_EARLY
Student late arrival/early dismissal ("0848")

static memberMKUP
Instructional day that is scheduled solely to make up for emergency days or early dismissal days. ("MKUP")

static memberOTHER
Other ("9999")

static memberSTRIKE
Strike ("3421")

static memberTEACHER_ONLY
Teacher only day ("0845")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 2.0

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

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