Click or drag to resize
BaseContactMultiValueFieldT Interface
Interface for multi-value contact field. It must be defined in order to provide information about capabilities when there aren't any items.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public interface BaseContactMultiValueField<T> : BaseContactField
where T : ContactField

Type Parameters

T

The BaseContactMultiValueFieldT type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
True if array is empty.
Public propertySize
Returns size of the array.
Public propertySource
Provider source type for a particular field.
(Inherited from BaseContactField.)
Public propertyValues
Return array of field values.
Public propertyWriteCapability
Write capability for a particular field.
(Inherited from BaseContactField.)
Top
See Also