“IKJayma”
 All Classes Files Functions Properties Pages
Instance Methods | Properties | List of all members
IJAbstractDocument Class Reference

#import <IJAbstractDocument.h>

Inheritance diagram for IJAbstractDocument:

Instance Methods

(id) - initWithDictionary:
 ABSTRACT METHOD. You'll need to write your custom implementation. More...
 
(void) - refreshWithDictionary:
 ABSTRACT METHOD. You'll need to write your custom implementation. More...
 
(NSDictionary *) - dictionaryRepresentation
 ABSTRACT METHOD. You'll need to write your custom implementation. More...
 

Properties

NSString * documentId
 

Method Documentation

- (NSDictionary *) dictionaryRepresentation

ABSTRACT METHOD. You'll need to write your custom implementation.

Retrieve a dictionary representation of the AbstractDocument.

- (id) initWithDictionary: (NSDictionary *)  dictionary

ABSTRACT METHOD. You'll need to write your custom implementation.

Init an AbstractDocument with a dictionary.

- (void) refreshWithDictionary: (NSDictionary *)  dictionary

ABSTRACT METHOD. You'll need to write your custom implementation.

Refresh the AbstractDocument with a dictionary.

Property Documentation

- (NSString*) documentId
readwritenonatomicstrong

The documentId used in the server calls. This propery has to exist and have a valid value.


The documentation for this class was generated from the following file: