FileSystemRepository T  Class KerbalData - KSP Data Unlocked!
Exposes collection of files defined by Ant style include/exclude filters as a data set that acts as the primary store for the files. This implementation allows consumers complete abstraction from the underlying data store. TODO: Implementations for HTTP publishing, SQL database, file store with JSON objects, others?
Inheritance Hierarchy

Online System Object
  KerbalData.Providers FileSystemRepository T 

Namespace: KerbalData.Providers
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class FileSystemRepository<T> : IKerbalDataRepo<T>
where T : class, new(), IStorable
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:KerbalData.Providers.FileSystemRepository`1"]

See Also