BLIPMutableProperties Class Reference

#import <BLIPProperties.h>

Inherits BLIPProperties.

List of all members.


Detailed Description

Mutable subclass of BLIPProperties, used for creating new instances.

Mutable subclass that stores its properties in an NSMutableDictionary.

Public Member Functions

(id) - initWithDictionary:
 Initializes a new instance, adding all the key/value pairs from the given NSDictionary.
(void) - setValue:ofProperty:
 Sets the value of a property.
(void) - setAllProperties:
 Sets the receiver's key/value pairs from the given NSDictionary.


Member Function Documentation

- (id) initWithDictionary: (NSDictionary*)  dict  

Initializes a new instance, adding all the key/value pairs from the given NSDictionary.

- (void) setValue: (NSString*)  value
ofProperty: (NSString*)  prop 

Sets the value of a property.

A nil value is allowed, and removes the property.

- (void) setAllProperties: (NSDictionary*)  properties  

Sets the receiver's key/value pairs from the given NSDictionary.

All previously existing properties are removed first.


The documentation for this class was generated from the following files:
Generated on Tue May 27 22:56:33 2008 for MYNetwork:MooseyardNetworking by  doxygen 1.5.4