FileSystemRepository T  Methods KerbalData - KSP Data Unlocked!
The FileSystemRepository T  type exposes the following members.
Methods

  NameDescription
Public methodDelete
Deletes an object with a matching ID
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGet 
Gets all objects managed by the repository
Public methodGet(IList JObject  )
Gets all objects managed by the repository along with soure copies for backup/reversion
Public methodGet(Func T, Boolean )
NOT YET IMPLMENTED
Public methodGet(String)
Gets an object with a particular Id
Public methodGet(Func T, Boolean , IList JObject  )
NOT YET IMPLMENTED
Public methodGet(String, JObject )
Gets an object with a particular Id along with a copy of the source data for backup/reversion
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetIds
Gets a list of the available object ID's managed by the repository
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPut
Adds/Updates an object of a particular ID
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also