IKerbalDataRepo T  Members KerbalData - KSP Data Unlocked!

The IKerbalDataRepo T  type exposes the following members.
Methods

  NameDescription
Public methodDelete
Deletes the data element by Id/name
Public methodGet 
Gets all data elements available to the repository
Public methodGet(Func T, Boolean )
Gets all data elements available to the repository that match the predicate
Public methodGet(String)
Gets data element by Id/Name
Public methodGetIds
Gets meta-data for all data elements (used for quick loading of needed data to lookup elements without de-serializing all data.
Public methodPut
Puts/Updates a data element
Back to Top
Properties

  NameDescription
Public propertyBackupBeforeSave
Gets the backup before save flag
Public propertyBaseUri
Gets the base Uri of the repository
Back to Top
See Also