Click or drag to resize

ContactCommunicationMethod Class

Represents a communication method (eg. phone, email) for a contact
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIContactCommunicationMethod

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class CommunicationMethod

The ContactCommunicationMethod type exposes the following members.

Constructors
 NameDescription
Public methodContactCommunicationMethodInitializes a new instance of the ContactCommunicationMethod class
Top
Properties
 NameDescription
Public propertyIsForbiddenToUse An extra flag to specify if this communication method should be used with the contact person.
Public propertyName The name of the communication method.
Public propertyType The type of communication method.
Public propertyValue The value used for communication (eg. "0412345678", "name@sample.com").
Top
Remarks
Severa has a set of configurable communication methods (name and type) for the organization. This class represents a specific instance of a communication method that applies to a specific contact.
See Also