BaseContactMultiValueFieldT Interface |
Namespace: Avaya.ClientServices
public interface BaseContactMultiValueField<T> : BaseContactField where T : ContactField
The BaseContactMultiValueFieldT type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsEmpty |
True if array is empty.
|
![]() | Size |
Returns size of the array.
|
![]() | Source |
Provider source type for a particular field.
(Inherited from BaseContactField.) |
![]() | Values |
Return array of field values.
|
![]() | WriteCapability |
Write capability for a particular field.
(Inherited from BaseContactField.) |