Click or drag to resize

EditableContactPhoneField Class

The EditableContactPhoneField class extends the ContactStringField class to provide the application with the ability to edit a String field in a contact. The editable version of a contact field is obtained from the EditableContact class.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactPhoneField
      Avaya.ClientServicesEditableContactPhoneField

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class EditableContactPhoneField : ContactPhoneField

The EditableContactPhoneField type exposes the following members.

Constructors
  NameDescription
Public methodEditableContactPhoneField
Top
Properties
  NameDescription
Public propertyCategory
The phone number category.
Public propertyIsDefault
True if this is the default phone number in the list. This field is not affected by WriteCapability.
Public propertyIsSpeedDialEnabled
The phone number speed dial flag.
Public propertyLabel1
The phone number Label1.
Public propertyLabel2
The phone number Label2.
Public propertyPhoneNumber
The phone number.
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyType
The phone number type i.e work.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
Remarks
In order to add new phone number create object of this class and add to the PhoneNumbers collection.
See Also