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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

SectionInfo() 공개 메소드

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

SectionInfo() 공개 메소드

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
리턴 System

SetCountForAttendance() 공개 메소드

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
리턴 void

SetLanguageOfInstruction() 공개 메소드

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
리턴 void

SetLocationOfInstruction() 공개 메소드

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
리턴 void

SetMediumOfInstruction() 공개 메소드

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
리턴 void

SetSchoolCourseInfoOverride() 공개 메소드

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
리턴 void

SetSummerSchool() 공개 메소드

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
리턴 void