[This is preliminary documentation and is subject to change.]
A LRContact
| C# | Visual Basic | Visual C++ |
public class LRContact : SifElement
Public Class LRContact _ Inherits SifElement
public ref class LRContact : public SifElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LRContactLRContactNew()() |
Creates an instance of a LRContact
| |
| AddName(Name) | Adds a new <Name> child element. | |
| AddName(NameType, String, String) | Adds the value of the <Name> element. | |
| Address |
Gets or sets the value of the <Address> element.
| |
Gets or sets the value of the <Email> 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.
| |
| PhoneNumber |
Gets or sets the value of the <PhoneNumber> 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.
| |
| SetAddress(AddressType, Street, String, StatePrCode, CountryCode, String) | Sets the value of the <Address> element. | |
| SetEmail(EmailType, String) | Sets the value of the <Email> 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.
| |
| SetPhoneNumber(PhoneNumberType, String) | Sets the value of the <PhoneNumber> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||
| Element | |||
| SifElement | |||
| LRContact | |||