The IStorable type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Clone T |
Clones this object and it's underlying data to a new instance of the same type.
| |
| Save |
Saves the object
|
Properties
| Name | Description | |
|---|---|---|
| Id |
Gets the id/name of the data
| |
| IsDirty |
Gets if the objest has been altered since is was orignally loaded or last saved
| |
| Original |
Gets the Orignal data // TODO: Break JSON.Net Dependency
| |
| Uri |
Gets the uri the data was retrieved from
|
See Also