Click or drag to resize

EditableContactDoubleField Class

The EditableContactDoubleField 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.ClientServicesContactDoubleField
      Avaya.ClientServicesEditableContactDoubleField

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

The EditableContactDoubleField type exposes the following members.

Constructors
Properties
  NameDescription
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyValue
Double value stored in this field.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
See Also