SIFWorks ADK 2.0
LRContact Class
NamespacesEdustructures.SifWorks.InstrLRContact

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

A LRContact
Declaration Syntax
C#Visual BasicVisual C++
public class LRContact : SifElement
Public Class LRContact _
	Inherits SifElement
public ref class LRContact : public SifElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Email
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy

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