Method Initialize
Initialize(string, string)
Initialize a constructed object.
선언
public virtual bool Initialize(string id, string data)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | id | The id of the object. |
string | data | Serialized data for the object. |
반환
타입 | 설명 |
---|---|
bool | The result of the initialization. |