[This is preliminary documentation and is subject to change.]
Typically used to provide the state information about a student's parents and legal guardians.
| C# | Visual Basic | Visual C++ |
public class SLContact : SifKeyedElement
Public Class SLContact _ Inherits SifKeyedElement
public ref class SLContact : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| SLContact | ||||