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

Inheritance: OpenADK.Library.SifDataObject
Afficher le fichier Open project: open-adk/OpenADK-csharp

Méthodes publiques

Méthode 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

Méthode Description
SectionInfo ( SerializationInfo info, StreamingContext context ) : System

Method Details

SectionInfo() public méthode

Creates an instance of a SectionInfo
public SectionInfo ( ) : System
Résultat System

SectionInfo() public méthode

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
Résultat System

SetCountForAttendance() public méthode

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
Résultat void

SetLanguageOfInstruction() public méthode

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
Résultat void

SetLocationOfInstruction() public méthode

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
Résultat void

SetMediumOfInstruction() public méthode

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
Résultat void

SetSchoolCourseInfoOverride() public méthode

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
Résultat void

SetSummerSchool() public méthode

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
Résultat void