Gets an object with a particular Id along with a copy of the source data for backup/reversion
Namespace: KerbalData.ProvidersAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- id
- Type:
System String
object id to retrieve
- data
- Type: JObject
source data object to populate
Return Value
de-serialized data objectImplements
IKerbalDataRepo T Get(String, JObject )See Also