The StorableItemMetadata T type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Id |
Gets the Id/Name of data object
| |
| Loaded |
Gets the loaded flag true=loaded;false=not loaded. Used for lazy loading
| |
| Object |
Object instance, null when not loaded
| |
| Uri |
Gets the Absloute URI to data element
|
See Also