SDMODataPropertyValueBoolean class

Deprecated. Boolean

Syntax

@interface SDMODataPropertyValueBoolean : SDMODataPropertyValueObject

Base class

Members

All members of SDMODataPropertyValueBoolean, including inherited members.

Methods
Method Description
- (NSNumber *) getBooleanValue Since OData can define a nullable bool property that means the return type BOOL would not be sufficient.
- (void) setBooleanValue: (NSNumber *) newValue  
Inherited members from SDMODataPropertyValueObject