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

Inheritance: SifKeyedElement
Afficher le fichier Open project: open-adk/OpenADK-csharp

Méthodes publiques

Méthode 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

Méthode Description
MediumOfInstruction ( SerializationInfo info, StreamingContext context ) : System

Method Details

MediumOfInstruction() public méthode

Creates an instance of a MediumOfInstruction
public MediumOfInstruction ( ) : System
Résultat System

MediumOfInstruction() public méthode

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

SetCode() public méthode

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

public SetCode ( AUCodeSetsMediumOfInstructionType val ) : void
val AUCodeSetsMediumOfInstructionType A AUCodeSetsMediumOfInstructionType object
Résultat void