Overload List
| Name | Description | |
|---|---|---|
|
|
Get |
Gets all objects managed by the repository
|
|
|
Get(IList JObject ) |
Gets all objects managed by the repository along with soure copies for backup/reversion
|
|
|
Get(Func T, Boolean ) |
NOT YET IMPLMENTED
|
|
|
Get(String) |
Gets an object with a particular Id
|
|
|
Get(Func T, Boolean , IList JObject ) |
NOT YET IMPLMENTED
|
|
|
Get(String, JObject ) |
Gets an object with a particular Id along with a copy of the source data for backup/reversion
|
See Also