SIFWorks ADK 2.0
ServiceCategory Class
NamespacesEdustructures.SifWorks.ProgramsServiceCategory

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

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



IconMemberDescription
static memberANOTHER_CATAGORY
Service is of another category ("S999")

static memberINSTRUCTIONAL
Service is instructional ("S001")

static memberITINERANT
Itinerant ("S004")

static memberRELATED_SERVICE
Service is a related service (e.g. speech / language, vision) ("S002")

static memberTRANSITIONAL
Service is transitional ("S003")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 2.0

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

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