Show / Hide Table of Contents

    Class FactsListFormatter

    A formatter for the MLST command.

    Inheritance
    Object
    FactsListFormatter
    Implements
    IListFormatter
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.ListFormatters
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class FactsListFormatter : IListFormatter

    Constructors

    | Improve this Doc View Source

    FactsListFormatter(IFtpUser, DirectoryListingEnumerator, ISet<String>, Boolean)

    Initializes a new instance of the FactsListFormatter class.

    Declaration
    [Obsolete("Use the overload with ClaimsPrincipal.")]
    public FactsListFormatter(IFtpUser user, DirectoryListingEnumerator enumerator, ISet<string> activeFacts, bool absoluteName)
    Parameters
    Type Name Description
    IFtpUser user

    The user to create this formatter for.

    DirectoryListingEnumerator enumerator

    The enumerator for the directory listing to format.

    ISet<String> activeFacts

    The active facts to return for the entries.

    Boolean absoluteName

    Returns an absolute entry name.

    | Improve this Doc View Source

    FactsListFormatter(ClaimsPrincipal, DirectoryListingEnumerator, ISet<String>, Boolean)

    Initializes a new instance of the FactsListFormatter class.

    Declaration
    public FactsListFormatter(ClaimsPrincipal user, DirectoryListingEnumerator enumerator, ISet<string> activeFacts, bool absoluteName)
    Parameters
    Type Name Description
    ClaimsPrincipal user

    The user to create this formatter for.

    DirectoryListingEnumerator enumerator

    The enumerator for the directory listing to format.

    ISet<String> activeFacts

    The active facts to return for the entries.

    Boolean absoluteName

    Returns an absolute entry name.

    Methods

    | Improve this Doc View Source

    Format(IUnixFileSystemEntry, Nullable<String>)

    Declaration
    public string Format(IUnixFileSystemEntry entry, string? name)
    Parameters
    Type Name Description
    IUnixFileSystemEntry entry
    Nullable<String> name
    Returns
    Type Description
    String

    Implements

    IListFormatter
    • 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.