SIFWorks ADK 2.0
Letter Class
NamespacesEdustructures.SifWorks.GradebookLetter

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

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



IconMemberDescription
LetterLetterNew()()
Creates an instance of a Letter

LetterLetterNew(Nullable<(Of <Boolean>)>)
Constructor that accepts values for all mandatory fields

AddValidMark(ValidMark)
Adds a new <ValidMark> child element.

AddValidMark(String)
Adds the value of the <ValidMark> element.

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

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

IsAccepted
Gets or sets the value of the IsAccepted attribute.

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

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

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

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 2.0

Inheritance Hierarchy
Object
Element
 SifElement
  SifList<(Of <ValidMark>)>
   Letter

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