Show / Hide Table of Contents

    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 Source

    FileSystemAwareXmlRepository(IFileSystem, String)

    Declaration
    public FileSystemAwareXmlRepository(IFileSystem fileSystem, string path = "")
    Parameters
    Type Name Description
    IFileSystem fileSystem
    System.String path
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network