Click or drag to resize

ContactMechanismsRepositoryContactMechanismType Class

Allowed values for the ContactMechanismType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.General.ContactsContactMechanismsRepositoryContactMechanismType

Namespace:  Aloe.EnterpriseOne.Model.General.Contacts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class ContactMechanismType : Enum

The ContactMechanismsRepositoryContactMechanismType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAddress
Address value. Stored as 'A'.
Public fieldStatic memberFax
Fax value. Stored as 'F'.
Public fieldStatic memberMail
Mail value. Stored as 'E'.
Public fieldStatic memberMobilePhone
MobilePhone value. Stored as 'M'.
Public fieldStatic memberOther
Other value. Stored as 'O'.
Public fieldStatic memberTelephone
Telephone value. Stored as 'T'.
Public fieldvalue__
Public fieldStatic memberWebSite
WebSite value. Stored as 'W'.
Top
See Also