Click or drag to resize

ContactInfo Class

Contact address integration entity. Used to specify additional contact address parts. It stores contact information such as phone numbers, e-mail addresses, web site URLs etc. Web service access scope - Full access.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ContactInfo : CorrigoEntityWithOptimisticLock

The ContactInfo type exposes the following members.

Properties
 NameDescription
Public propertyActorId ID of the parent object. Is required.
Public propertyActorTypeId Actor Type of the parent object : Customer, Employee, etc. Is required.
Public propertyAddress Contact address value. Max Length=512 Is required.
Public propertyAddrTypeId Contact Address Type Id. Is required.
Public propertyIsAlert True means this contact address is suitable for sending alerts.
Public propertyIsReport True means this contact address is suitable for sending report subscriptions.
Top
See Also