Method Initialize
Initialize(string, string)
Initialize a constructed object.
Declaration
public virtual bool Initialize(string id, string data)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | id | The id of the object.  | 
    
| string | data | Serialized data for the object.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | The result of the initialization.  |