SIFWorks ADK 2.0
TermMarkLists Class
NamespacesEdustructures.SifWorks.GradebookTermMarkLists

[This is preliminary documentation and is subject to change.]

A TermMarkLists
Declaration Syntax
C#Visual BasicVisual C++
public class TermMarkLists : SifList<MarkInfoList>
Public Class TermMarkLists _
	Inherits SifList(Of MarkInfoList)
public ref class TermMarkLists : public SifList<MarkInfoList^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TermMarkListsTermMarkListsNew()()
Creates an instance of a TermMarkLists

TermMarkListsTermMarkListsNew(MarkInfoList)
Constructor that accepts values for all mandatory fields

AddMarkInfoList(MarkInfoList)
Adds a new <MarkInfoList> child element.

AddMarkInfoList(String, MarkInfoRefId)
Adds the value of the <MarkInfoList> element.

GetMarkInfoList(String)
Gets a MarkInfoList object instance. More than one instance can be defined for this object because it is a repeatable field element.

GetMarkInfoLists()()
Gets all MarkInfoList object instances. More than once instance can be defined for this object because it is a repeatable field element.

KeyFields
Gets the metadata fields that make up the key of this object

RemoveMarkInfoList(String)
Removes a MarkInfoList object instance. More than one instance can be defined for this object because it is a repeatable field element.

SetMarkInfoLists(array<MarkInfoList>[]())
Sets all MarkInfoList object instances. All existing MarkInfoList instances are removed and replaced with this list. Calling this method with the parameter value set to null removes all MarkInfoLists.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 2.0

Inheritance Hierarchy
Object
Element
 SifElement
  SifList<(Of <MarkInfoList>)>
   TermMarkLists

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10