C# Class OpenADK.Library.au.School.AUCodeSetsMediumOfInstructionType

Inheritance: OpenADK.Library.SifEnum
Mostra file Open project: open-adk/OpenADK-csharp Class Usage Examples

Public Properties

Property Type Description
C0604_TECH_BASED AUCodeSetsMediumOfInstructionType
C0605_CORESPONDENCE AUCodeSetsMediumOfInstructionType
C0605_FACE_TO_FACE AUCodeSetsMediumOfInstructionType
C0608_VIRTUAL AUCodeSetsMediumOfInstructionType
C0609_CENTRE_BASED AUCodeSetsMediumOfInstructionType
C0610_INDEP_STUDY AUCodeSetsMediumOfInstructionType
C0611_INTERNSHIP AUCodeSetsMediumOfInstructionType
C9999_OTHER AUCodeSetsMediumOfInstructionType

Public Methods

Method Description
Wrap ( String wrappedValue ) : AUCodeSetsMediumOfInstructionType

Wrap an arbitrary string value in an AUCodeSetsMediumOfInstructionType object.

This method does not verify that the value is valid according to the SIF Specification

Private Methods

Method Description
AUCodeSetsMediumOfInstructionType ( string enumDefValue ) : System

Method Details

Wrap() public static method

Wrap an arbitrary string value in an AUCodeSetsMediumOfInstructionType object.
This method does not verify that the value is valid according to the SIF Specification
public static Wrap ( String wrappedValue ) : AUCodeSetsMediumOfInstructionType
wrappedValue String The element/attribute value.
return AUCodeSetsMediumOfInstructionType

Property Details

C0604_TECH_BASED public_oe static_oe property

Technology-based instruction in classroom ("0603")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0604_TECH_BASED
return AUCodeSetsMediumOfInstructionType

C0605_CORESPONDENCE public_oe static_oe property

Corespondence instruction ("0604")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0605_CORESPONDENCE
return AUCodeSetsMediumOfInstructionType

C0605_FACE_TO_FACE public_oe static_oe property

Face-to-face instruction ("0605")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0605_FACE_TO_FACE
return AUCodeSetsMediumOfInstructionType

C0608_VIRTUAL public_oe static_oe property

Virtual/On-line Distance learning ("0608")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0608_VIRTUAL
return AUCodeSetsMediumOfInstructionType

C0609_CENTRE_BASED public_oe static_oe property

Center-based instruction ("0609")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0609_CENTRE_BASED
return AUCodeSetsMediumOfInstructionType

C0610_INDEP_STUDY public_oe static_oe property

Independent study ("0610")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0610_INDEP_STUDY
return AUCodeSetsMediumOfInstructionType

C0611_INTERNSHIP public_oe static_oe property

Internship ("0611")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C0611_INTERNSHIP
return AUCodeSetsMediumOfInstructionType

C9999_OTHER public_oe static_oe property

Other ("9999")
public static AUCodeSetsMediumOfInstructionType,OpenADK.Library.au.School C9999_OTHER
return AUCodeSetsMediumOfInstructionType