The IKerbalDataRepo T type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Delete |
Deeletes the data element by Id/name
| |
| Get |
Gets all data elements available to the repository
| |
| Get(IList JObject ) |
Gets all data elements available to the repository
| |
| Get(Func T, Boolean ) |
Gets all data elements available to the repository that match the predicate
| |
| Get(String) |
Gets data element by Id/Name
| |
| Get(Func T, Boolean , IList JObject ) |
Gets all data elements available to the repository that match the predicate
| |
| Get(String, JObject ) |
Gets data element by Id/Name
| |
| GetIds |
Gets meta-data for all data elements (used for quick loading of needed data to lookup elements without de-serializing all data.
| |
| Put |
Puts/Updates a data elemetn
|
Properties
| Name | Description | |
|---|---|---|
| BackupBeforeSave |
Gets the backup before save flag
| |
| BaseUri |
Gets the base Uri of the repository
|
See Also