ODataPropertyValueSingle class

Single.

Syntax

@interface ODataPropertyValueSingle : ODataPropertyValueObject

Base class

Members

All members of ODataPropertyValueSingle, including inherited members.

Methods
Method Description
- (NSNumber *) getSingleValue Since OData can define a nullable single property that means the return type float would not be sufficient.
- (void) setSingleValue: (NSNumber *) newValue  
Inherited members from ODataPropertyValueObject