[This is preliminary documentation and is subject to change.]
Common element used to supply information for a contact person at a school, LEA, or other institution.
| C# | Visual Basic | Visual C++ |
public class ContactInfo : SifKeyedElement
Public Class ContactInfo _ Inherits SifKeyedElement
public ref class ContactInfo : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ContactInfoContactInfoNew()() |
Creates an instance of a ContactInfo
| |
| ContactInfoContactInfoNew(Name) |
Constructor that accepts values for all mandatory fields
| |
| Address |
Gets or sets the value of the <Address> element.
| |
| EmailList |
Gets or sets the value of the <EmailList> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| Name |
Gets or sets the value of the <Name> element.
| |
| PhoneNumberList |
Gets or sets the value of the <PhoneNumberList> element.
| |
| PositionTitle |
Gets or sets the value of the <PositionTitle> element.
| |
| Role |
Gets or sets the value of the <Role> element.
| |
| SetAddress(AddressType, Street, String, StatePrCode, CountryCode, String) | Sets the value of the <Address> element. | |
| SetName(NameType, String, String) | Sets the value of the <Name> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| ContactInfo | ||||