FMDynamic Class Reference
| Inherits from | FMSerializable : NSObject | 
|---|---|
| Declared in | FM.h | 
– dynamicProperties
	- (NSMutableDictionary *)dynamicPropertiesDiscussion
Declared In
FM.h
– getDynamicValueWithKey:
	- (NSObject *)getDynamicValueWithKey:(NSString *)keyParameters
name="key">The | 
						property key. This key is used internally only, but should be namespaced to avoid conflict with third-party extensions.
  | 
					
|---|
Discussion
Declared In
FM.h
– setDynamicProperties:
	- (void)setDynamicProperties:(NSMutableDictionary *)valueDiscussion
Declared In
FM.h
– setDynamicValueWithKey:value:
	- (void)setDynamicValueWithKey:(NSString *)key value:(NSObject *)valueParameters
name="value">The | 
						property value. This can be any object that needs to be stored for future use.  | 
					
|---|---|
name="key">The | 
						property key. This key is used internally only, but should be namespaced to avoid conflict with third-party extensions.  | 
					
Discussion
Declared In
FM.h
– unsetDynamicValueWithKey:
	- (bool)unsetDynamicValueWithKey:(NSString *)keyParameters
name="key">The | 
						property key. This key is used internally only, but should be namespaced to avoid conflict with third-party extensions.
  | 
					
|---|
Discussion
Declared In
FM.h