[This is preliminary documentation and is subject to change.]
The work assigned to a student, which can comprise of learning resources, activities, and assessments. It must have a student and a time attached to it. SIF_Events are reported.
| C# | Visual Basic | Visual C++ |
public class Assignment : SifDataObject
Public Class Assignment _ Inherits SifDataObject
public ref class Assignment : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AssignmentAssignmentNew()() |
Creates an instance of an Assignment
| |
| AssignmentAssignmentNew(String, LanguageCode, AssignmentTime) |
Constructor that accepts values for all mandatory fields
| |
| AddToGradeBookFlag |
Gets or sets the value of the <AddToGradeBookFlag> element.
| |
| AssignmentTime |
Gets or sets the value of the <AssignmentTime> element.
| |
| EssentialMaterials |
Gets or sets the value of the <EssentialMaterials> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| Language |
Gets or sets the value of the Language attribute.
| |
| LearningObjectives |
Gets or sets the value of the <LearningObjectives> element.
| |
| LearningStandards |
Gets or sets the value of the <LearningStandards> element.
| |
| MaxAttemptsAllowed |
Gets or sets the value of the <MaxAttemptsAllowed> element.
| |
| Preamble |
Gets or sets the value of the <Preamble> element.
| |
| Prerequisites |
Gets or sets the value of the <Prerequisites> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| SetAssignmentTime(Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>) | Sets the value of the <AssignmentTime> element. | |
| SetLanguage(LanguageCode) |
Sets the value of the Language attribute.
| |
| SetStudents(StudentPersonalRefId) | Sets the value of the <Students> element. | |
| SourceObjects |
Gets or sets the value of the <SourceObjects> element.
| |
| StaffPersonalRefId |
Gets or sets the value of the <StaffPersonalRefId> element.
| |
| Students |
Gets or sets the value of the <Students> element.
| |
| TechnicalRequirements |
Gets or sets the value of the <TechnicalRequirements> element.
| |
| Title |
Gets or sets the value of the <Title> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| Assignment | |||||