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

Inheritance: OpenADK.Library.SifDataObject
Show file Open project: open-adk/OpenADK-csharp

Public Methods

Method Description
SectionInfo ( ) : System

Creates an instance of a SectionInfo

SectionInfo ( string refId, string schoolCourseInfoRefId, string localId ) : System

Constructor that accepts values for all mandatory fields

SetCountForAttendance ( YesNoMixed val ) : void

Sets the value of the <CountForAttendance> element.

Version: 2.6

Since: 2.6

SetLanguageOfInstruction ( OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType Code ) : void

Sets the value of the <LanguageOfInstruction> element.

This form of setLanguageOfInstruction is provided as a convenience method that is functionally equivalent to the LanguageOfInstruction

Version: 2.6

Since: 2.6

SetLocationOfInstruction ( AUCodeSetsReceivingLocationOfInstructionType Code ) : void

Sets the value of the <LocationOfInstruction> element.

This form of setLocationOfInstruction is provided as a convenience method that is functionally equivalent to the LocationOfInstruction

Version: 2.6

Since: 2.6

SetMediumOfInstruction ( AUCodeSetsMediumOfInstructionType Code ) : void

Sets the value of the <MediumOfInstruction> element.

This form of setMediumOfInstruction is provided as a convenience method that is functionally equivalent to the MediumOfInstruction

Version: 2.6

Since: 2.6

SetSchoolCourseInfoOverride ( YesNoMixed Override ) : void

Sets the value of the <SchoolCourseInfoOverride> element.

This form of setSchoolCourseInfoOverride is provided as a convenience method that is functionally equivalent to the SchoolCourseInfoOverride

Version: 2.6

Since: 2.6

SetSummerSchool ( YesNoMixed val ) : void

Sets the value of the <SummerSchool> element.

Version: 2.6

Since: 2.6

Private Methods

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

Method Details

SectionInfo() public method

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

SectionInfo() public method

Constructor that accepts values for all mandatory fields
public SectionInfo ( string refId, string schoolCourseInfoRefId, string localId ) : System
refId string A RefId
schoolCourseInfoRefId string A SchoolCourseInfoRefId
localId string A LocalId
return System

SetCountForAttendance() public method

Sets the value of the <CountForAttendance> element.

Version: 2.6

Since: 2.6

public SetCountForAttendance ( YesNoMixed val ) : void
val OpenADK.Library.au.Common.YesNoMixed A YesNoMixed object
return void

SetLanguageOfInstruction() public method

Sets the value of the <LanguageOfInstruction> element.

This form of setLanguageOfInstruction is provided as a convenience method that is functionally equivalent to the LanguageOfInstruction

Version: 2.6

Since: 2.6

public SetLanguageOfInstruction ( OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType Code ) : void
Code OpenADK.Library.au.Common.AustralianClassificationOfLanguagesType A Code
return void

SetLocationOfInstruction() public method

Sets the value of the <LocationOfInstruction> element.

This form of setLocationOfInstruction is provided as a convenience method that is functionally equivalent to the LocationOfInstruction

Version: 2.6

Since: 2.6

public SetLocationOfInstruction ( AUCodeSetsReceivingLocationOfInstructionType Code ) : void
Code AUCodeSetsReceivingLocationOfInstructionType A Code
return void

SetMediumOfInstruction() public method

Sets the value of the <MediumOfInstruction> element.

This form of setMediumOfInstruction is provided as a convenience method that is functionally equivalent to the MediumOfInstruction

Version: 2.6

Since: 2.6

public SetMediumOfInstruction ( AUCodeSetsMediumOfInstructionType Code ) : void
Code AUCodeSetsMediumOfInstructionType A Code
return void

SetSchoolCourseInfoOverride() public method

Sets the value of the <SchoolCourseInfoOverride> element.

This form of setSchoolCourseInfoOverride is provided as a convenience method that is functionally equivalent to the SchoolCourseInfoOverride

Version: 2.6

Since: 2.6

public SetSchoolCourseInfoOverride ( YesNoMixed Override ) : void
Override OpenADK.Library.au.Common.YesNoMixed An Override
return void

SetSummerSchool() public method

Sets the value of the <SummerSchool> element.

Version: 2.6

Since: 2.6

public SetSummerSchool ( YesNoMixed val ) : void
val OpenADK.Library.au.Common.YesNoMixed A YesNoMixed object
return void