| ContactInfo Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class ContactInfo : CorrigoEntityWithOptimisticLock
The ContactInfo type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            ID of the parent object.
            Is required.
             | 
|  | ActorTypeId | 
            Actor Type of the parent object : Customer, Employee, etc.
            Is required.
             | 
|  | Address | 
            Contact address value.
            Max Length=512
            Is required.
             | 
|  | AddrTypeId | 
            Contact Address Type Id.
            Is required.
             | 
|  | IsAlert | 
            True means this contact address is suitable for sending alerts.
             | 
|  | IsReport | 
            True means this contact address is suitable for sending report subscriptions.
             | 
 See Also
See Also