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

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

공개 메소드들

메소드 설명
SchoolCourseInfoOverride ( ) : System

Creates an instance of a SchoolCourseInfoOverride

SchoolCourseInfoOverride ( YesNoMixed overrideValue ) : System

Constructor that accepts values for all mandatory fields

SetOverride ( YesNoMixed val ) : void

Sets the value of the Override attribute.

Version: 2.6

Since: 2.6

SetSubjectArea ( string Code ) : void

Sets the value of the <SubjectArea> element.

This form of setSubjectArea is provided as a convenience method that is functionally equivalent to the SubjectArea

Version: 2.6

Since: 2.6

비공개 메소드들

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

메소드 상세

SchoolCourseInfoOverride() 공개 메소드

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

SchoolCourseInfoOverride() 공개 메소드

Constructor that accepts values for all mandatory fields
public SchoolCourseInfoOverride ( YesNoMixed overrideValue ) : System
overrideValue OpenADK.Library.au.Common.YesNoMixed An Override
리턴 System

SetOverride() 공개 메소드

Sets the value of the Override attribute.

Version: 2.6

Since: 2.6

public SetOverride ( YesNoMixed val ) : void
val OpenADK.Library.au.Common.YesNoMixed A YesNoMixed object
리턴 void

SetSubjectArea() 공개 메소드

Sets the value of the <SubjectArea> element.

This form of setSubjectArea is provided as a convenience method that is functionally equivalent to the SubjectArea

Version: 2.6

Since: 2.6

public SetSubjectArea ( string Code ) : void
Code string The subject area details
리턴 void