Show / Hide Table of Contents

    Class RootPerUserAccountDirectoryQuery

    A single root directory per user.

    Inheritance
    Object
    RootPerUserAccountDirectoryQuery
    Implements
    IAccountDirectoryQuery
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.AccountManagement.Directories.RootPerUser
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class RootPerUserAccountDirectoryQuery : IAccountDirectoryQuery

    Constructors

    | Improve this Doc View Source

    RootPerUserAccountDirectoryQuery(IOptions<RootPerUserAccountDirectoryQueryOptions>, Nullable<ILogger<RootPerUserAccountDirectoryQuery>>)

    Initializes a new instance of the RootPerUserAccountDirectoryQuery class.

    Declaration
    public RootPerUserAccountDirectoryQuery(IOptions<RootPerUserAccountDirectoryQueryOptions> options, ILogger<RootPerUserAccountDirectoryQuery>? logger = default(ILogger<RootPerUserAccountDirectoryQuery>? ))
    Parameters
    Type Name Description
    IOptions<RootPerUserAccountDirectoryQueryOptions> options

    The options.

    Nullable<ILogger<RootPerUserAccountDirectoryQuery>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    GetDirectories(IAccountInformation)

    Declaration
    public IAccountDirectories GetDirectories(IAccountInformation accountInformation)
    Parameters
    Type Name Description
    IAccountInformation accountInformation
    Returns
    Type Description
    IAccountDirectories

    Implements

    IAccountDirectoryQuery
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.