Click or drag to resize
EditableContactBoolField Class
The EditableContactBoolField 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.ClientServicesContactBoolField
      Avaya.ClientServicesEditableContactBoolField

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class EditableContactBoolField : ContactBoolField

The EditableContactBoolField type exposes the following members.

Constructors
  NameDescription
Public methodEditableContactBoolField
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns true if field is empty.
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyValue
Boolean value stored in this field.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
See Also