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

Inheritance: SifKeyedElement
显示文件 Open project: open-adk/OpenADK-csharp

Public Methods

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

Private Methods

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

Method Details

SchoolCourseInfoOverride() public method

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

SchoolCourseInfoOverride() public method

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

SetOverride() public method

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
return void

SetSubjectArea() public method

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
return void