Click or drag to resize

Contact Class

Represents an Account contact person.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIContact

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

The Contact type exposes the following members.

Constructors
 NameDescription
Public methodContactInitializes a new instance of the Contact class
Top
Properties
 NameDescription
Public propertyAccountGUID Unique identifier for the contacts account.
Public propertyAddressGUID Unique identifier for the contacts address.
Public propertyCommunicationMethods The communication methods, which organization has defined, containing the information that has been inserted for the contact.
Public propertyContactRoleGUID Unique identifier for the role of the contact.
Public propertyDateOfBirth Date of birth.
Public propertyDescription Description / notes of the contact.
Public propertyFirstName First name.
Public propertyGUID Unique identifier for the contact.
Public propertyIsActive Contact active True/False
Public propertyJobTitle Job title.
Public propertyKeywords Collection of contacts keywords.
Public propertyLanguageGUID Unique identifier for language of the contact.
Public propertyLastName Last name.
Public propertySalutation Contacts salutation.
Public propertySatisfactionLevel Satisfaction level.
Public propertyTimeZoneGUID Unique identifier for the timezone of the contact.
Top
See Also