[This is preliminary documentation and is subject to change.]
A Courses
| C# | Visual Basic | Visual C++ |
public class Courses : SifKeyedList<MarkingPeriods, Course>
Public Class Courses _ Inherits SifKeyedList(Of MarkingPeriods, Course)
public ref class Courses : public SifKeyedList<MarkingPeriods^, Course^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| CoursesCoursesNew()() |
Creates an instance of a Courses
| |
| CoursesCoursesNew(Course) |
Constructor that accepts values for all mandatory fields
| |
| AddCourse(MarkingPeriod) | Adds the value of the <Course> element. |
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Course>)> | |||||
| SifKeyedList<(Of <MarkingPeriods, Course>)> | |||||
| Courses | |||||