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

Inheritance: SifKeyedElement
Mostrar archivo Open project: open-adk/OpenADK-csharp

Public Methods

Method Description
MediumOfInstruction ( ) : System

Creates an instance of a MediumOfInstruction

MediumOfInstruction ( AUCodeSetsMediumOfInstructionType code ) : System

Constructor that accepts values for all mandatory fields

SetCode ( AUCodeSetsMediumOfInstructionType val ) : void

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

Private Methods

Method Description
MediumOfInstruction ( SerializationInfo info, StreamingContext context ) : System

Method Details

MediumOfInstruction() public method

Creates an instance of a MediumOfInstruction
public MediumOfInstruction ( ) : System
return System

MediumOfInstruction() public method

Constructor that accepts values for all mandatory fields
public MediumOfInstruction ( AUCodeSetsMediumOfInstructionType code ) : System
code AUCodeSetsMediumOfInstructionType A Code
return System

SetCode() public method

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

public SetCode ( AUCodeSetsMediumOfInstructionType val ) : void
val AUCodeSetsMediumOfInstructionType A AUCodeSetsMediumOfInstructionType object
return void