Deprecated. Binary
All members of SDMODataPropertyValueBinary, including inherited members.
Methods| Method | Description |
|---|---|
| - (NSMutableData *) getBinaryData | Decodes the stored base64 string and returns the decoded data (mutable) |
| - (void) setBinaryData: (NSData *) newValue | Base64 encodes the passed data and stores the result as string. |
| Member | Description |
|---|---|
| - (NSString *const) getDefaultValue | Returns the default value of the given EDM type. |
| - (NSString *const) getHTMLEncodedValue | Returns the HTML encoded value of the stored value. |
| - (id) initWithPropertyInfo: (const SDMODataPropertyInfo *const) propInfo | |
| - (id) initWithPropertyInfo: (const SDMODataPropertyInfo *const) propInfo andValue: (NSString *const) initialValue | |
| - (BOOL) isValid | Checks if the object stores a valid value. |