C# 클래스 OpenADK.Library.au.School.LanguageOfInstruction

상속: SifKeyedElement
파일 보기 프로젝트 열기: open-adk/OpenADK-csharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LanguageOfInstruction ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

LanguageOfInstruction() 공개 메소드

Creates an instance of a LanguageOfInstruction
public LanguageOfInstruction ( ) : System
리턴 System

LanguageOfInstruction() 공개 메소드

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
리턴 System

SetCode() 공개 메소드

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
리턴 void