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

Inheritance: SifKeyedElement
ファイルを表示 Open project: open-adk/OpenADK-csharp

Public Methods

Method Description
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

Private Methods

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

Method Details

LocationOfInstruction() public method

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

LocationOfInstruction() public method

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

SetCode() public method

Sets the value of the <Code> element.

Version: 2.6

Since: 2.6

public SetCode ( AUCodeSetsReceivingLocationOfInstructionType val ) : void
val AUCodeSetsReceivingLocationOfInstructionType A AUCodeSetsReceivingLocationOfInstructionType object
return void