FileSystemRepository T  Get Method KerbalData - KSP Data Unlocked!
Overload List

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