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

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

공개 메소드들

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