C# Класс OpenADK.Library.au.School.MediumOfInstruction

Наследование: SifKeyedElement
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
MediumOfInstruction ( SerializationInfo info, StreamingContext context ) : System

Описание методов

MediumOfInstruction() публичный Метод

Creates an instance of a MediumOfInstruction
public MediumOfInstruction ( ) : System
Результат System

MediumOfInstruction() публичный Метод

Constructor that accepts values for all mandatory fields
public MediumOfInstruction ( AUCodeSetsMediumOfInstructionType code ) : System
code AUCodeSetsMediumOfInstructionType A Code
Результат System

SetCode() публичный Метод

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

public SetCode ( AUCodeSetsMediumOfInstructionType val ) : void
val AUCodeSetsMediumOfInstructionType A AUCodeSetsMediumOfInstructionType object
Результат void