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

Inheritance: SifKeyedElement
Mostra file Open project: open-adk/OpenADK-csharp

Public Methods

Method Description
LanguageOfInstruction ( ) : System

Creates an instance of a LanguageOfInstruction

LanguageOfInstruction ( OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType code ) : System

Constructor that accepts values for all mandatory fields

SetCode ( OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType val ) : void

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

Private Methods

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

Method Details

LanguageOfInstruction() public method

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

LanguageOfInstruction() public method

Constructor that accepts values for all mandatory fields
public LanguageOfInstruction ( OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType code ) : System
code OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType A Code
return System

SetCode() public method

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

public SetCode ( OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType val ) : void
val OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType A AustralianClassificationOfLanguagesType object
return void