ODataEntry class

Represents one entry in memory.

Syntax

@interface ODataEntry : NSObject <NSCoding>

Members

All members of ODataEntry, including inherited members.

Methods
Method Description
- (void) addIcon: (const ODataIconInfo *const) icon  
- (void) addLink: (const ODataLink *const) link  
- (NSArray *const) getActionLinks Returns an array of ODataActionLink 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.
- (ODataPropertyValueObject *const) getPropertyValueByPath: (NSString *const) path Returns a pointer to a writable property value object by path>> example: items\description\lang_code.
- (const ODataRelatedLink *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 ODataRelatedLink objects.
- (ODataLink *) getSubscriptionLink if the entry supports subscription, then the returned object will be an ODataLink, 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 ODataEntitySchema *const) newEntitySchema  
- (BOOL) isValid Checks if all of the stored values are valid.