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

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

공개 메소드들

메소드 설명
LocationOfInstruction ( ) : System

Creates an instance of a LocationOfInstruction

LocationOfInstruction ( AUCodeSetsReceivingLocationOfInstructionType code ) : System

Constructor that accepts values for all mandatory fields

SetCode ( AUCodeSetsReceivingLocationOfInstructionType val ) : void

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

비공개 메소드들

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

메소드 상세

LocationOfInstruction() 공개 메소드

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

LocationOfInstruction() 공개 메소드

Constructor that accepts values for all mandatory fields
public LocationOfInstruction ( AUCodeSetsReceivingLocationOfInstructionType code ) : System
code AUCodeSetsReceivingLocationOfInstructionType A Code
리턴 System

SetCode() 공개 메소드

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

public SetCode ( AUCodeSetsReceivingLocationOfInstructionType val ) : void
val AUCodeSetsReceivingLocationOfInstructionType A AUCodeSetsReceivingLocationOfInstructionType object
리턴 void