SIFWorks ADK 2.0
SLContact Class
NamespacesEdustructures.SifWorks.ReportingSLContact

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

Typically used to provide the state information about a student's parents and legal guardians.
Declaration Syntax
C#Visual BasicVisual C++
public class SLContact : SifKeyedElement
Public Class SLContact _
	Inherits SifKeyedElement
public ref class SLContact : public SifKeyedElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SLContactSLContactNew()()
Creates an instance of a SLContact

SLContactSLContactNew(Relationship)
Constructor that accepts values for all mandatory fields

AddName(Name)
Adds a new <Name> child element.

AddName(NameType, String, String)
Adds the value of the <Name> element.

EducationalLevel
Gets or sets the value of the <EducationalLevel> element.

GetName(NameType)
Gets a Name object instance. More than one instance can be defined for this object because it is a repeatable field element.

GetNames()()
Gets all Name 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
(Overrides SifKeyedElement.KeyFields.)
OtherId
Gets or sets the value of the <OtherId> element.

Relationship
Gets or sets the value of the <Relationship> element.

RemoveName(NameType)
Removes a Name object instance. More than one instance can be defined for this object because it is a repeatable field element.

SetEducationalLevel(EducationalLevelCode)
Sets the value of the <EducationalLevel> element.

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

SetOtherId(OtherIdType, String)
Sets the value of the <OtherId> element.

SetRelationship(RelationshipCode)
Sets the value of the <Relationship> element.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy

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