The IStorable type exposes the following members.
Back to Top
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