Class FileSystemAwareXmlRepository<T>
Xml Repository where base folder is derived from the file system IFileSystem
Inheritance
System.Object
FileSystemAwareXmlRepository<T>
Namespace: Catalyst.Core.Lib.Repository
Assembly: Catalyst.Core.Lib.dll
Syntax
public class FileSystemAwareXmlRepository<T> : XmlRepository<T, string> where T : class, new()
Type Parameters
Name | Description |
---|---|
T | Type of object |
Constructors
| Improve this Doc View SourceFileSystemAwareXmlRepository(IFileSystem, String)
Declaration
public FileSystemAwareXmlRepository(IFileSystem fileSystem, string path = "")
Parameters
Type | Name | Description |
---|---|---|
IFileSystem | fileSystem | |
System.String | path |