[This is preliminary documentation and is subject to change.]
A SchoolContactList
| C# | Visual Basic | Visual C++ |
public class SchoolContactList : SifKeyedList<ContactInfo, SchoolContact>
Public Class SchoolContactList _ Inherits SifKeyedList(Of ContactInfo, SchoolContact)
public ref class SchoolContactList : public SifKeyedList<ContactInfo^, SchoolContact^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SchoolContactListSchoolContactListNew()() |
Creates an instance of a SchoolContactList
| |
| SchoolContactListSchoolContactListNew(SchoolContact) |
Constructor that accepts values for all mandatory fields
| |
| AddSchoolContact(ContactInfo) | Adds the value of the <SchoolContact> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <SchoolContact>)> | |||||
| SifKeyedList<(Of <ContactInfo, SchoolContact>)> | |||||
| SchoolContactList | |||||