|
Avaya Client Services API Reference (iOS)
|
Represents a field in an EditableContact which stores a double, inheriting the meta data description of the field from the original contact field. More...
#import <CSEditableContactDoubleField.h>
Inherits CSContactDoubleField.
Instance Methods | |
| (void) | - setFieldValue: |
| Sets double value stored in this field. More... | |
Additional Inherited Members | |
Properties inherited from CSContactDoubleField | |
| NSNumber * | fieldValue |
| Double value stored in this field. More... | |
| BOOL | isEmpty |
| Returns YES if field is empty. More... | |
Properties inherited from CSContactField | |
| CSCapability * | writeCapability |
| Write capability for particular field. More... | |
| CSProviderSourceType | source |
| Provider source type for particular field. More... | |
Represents a field in an EditableContact which stores a double, inheriting the meta data description of the field from the original contact field.
The editable version of a contact field is obtained from the CSEditableContact class.
| - (void) setFieldValue: | (NSNumber *) | fieldValue |
Sets double value stored in this field.
| fieldValue | value to be set. |