Deprecated. Represents one entry in memory.
All members of SDMODataEntry, including inherited members.
Methods| Method | Description |
|---|---|
| - (void) addIcon: (const SDMODataIconInfo *const) icon | |
| - (void) addLink: (const SDMODataLink *const) link | |
| - (NSArray *const) getActionLinks | Returns an array of SDMODataActionLink objects. |
| - (NSArray *const) getInlinedRelatedEntriesForRelatedLink: (NSString *const) relatedUrl | Gets an inlined related list of entries for a related link. |
| - (NSArray *) getMediaLinksForEditing | Returns all the media entry links for editing that are associated with the entry or an empty array, if no media links are available. |
| - (NSArray *) getMediaLinksForReading | Returns all the read-only media entry links that are associated with the entry or an empty array, if no media links are available. |
| - (SDMODataPropertyValueObject *const) getPropertyValueByPath: (NSString *const) path | Returns a pointer to a writable property value object by path>> example: items\description\lang_code. |
| - (const SDMODataRelatedLink *const) getRelatedLinkByNavigationPropertyName: (NSString *const) navigationPropertyName | Returns a related link that matches the given navigation property name or nil, if link is not found. |
| - (NSArray *const) getRelatedLinks | Returns an array of SDMODataRelatedLink objects. |
| - (SDMODataLink *) getSubscriptionLink | if the entry supports subscription, then the returned object will be an SDMODataLink, otherwise nil. |
| - (NSDate *) getUpdated | Returns the date when the entry was updated. |
| - (NSArray *const) getVisibleDetailPropertiesInOrder | Gets the visible property value objects in details ordered by the display order attribute value. |
| - (NSArray *const) getVisibleListPropertiesInOrder | Gets the visible property value objects in lists ordered by the display order attribute value. |
| - (id) initWithEntitySchema: (const SDMODataEntitySchema *const) newEntitySchema | |
| - (BOOL) isValid | Checks if all of the stored values are valid. |