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 implmentation allows consumers complete abstraction from the underlying data store.
TODO: Implmentations for HTTP publishing, SQL database, file store with JSON objects, others?
Inheritance Hierarchy
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