Show / Hide Table of Contents

    Class InMemoryDirectoryEntry

    The im-memory directory entry.

    Inheritance
    Object
    InMemoryFileSystemEntry
    InMemoryDirectoryEntry
    Implements
    IUnixDirectoryEntry
    IUnixFileSystemEntry
    IUnixOwner
    Inherited Members
    InMemoryFileSystemEntry.Name
    InMemoryFileSystemEntry.Owner
    InMemoryFileSystemEntry.Group
    InMemoryFileSystemEntry.Permissions
    InMemoryFileSystemEntry.LastWriteTime
    InMemoryFileSystemEntry.CreatedTime
    InMemoryFileSystemEntry.NumberOfLinks
    InMemoryFileSystemEntry.Parent
    InMemoryFileSystemEntry.WithOwner(IFtpUser)
    InMemoryFileSystemEntry.WithOwner(ClaimsPrincipal)
    InMemoryFileSystemEntry.SetLastWriteTime(DateTimeOffset)
    InMemoryFileSystemEntry.SetCreateTime(DateTimeOffset)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.InMemory
    Assembly: FubarDev.FtpServer.FileSystem.InMemory.dll
    Syntax
    public class InMemoryDirectoryEntry : InMemoryFileSystemEntry, IUnixDirectoryEntry, IUnixFileSystemEntry, IUnixOwner

    Constructors

    | Improve this Doc View Source

    InMemoryDirectoryEntry(Nullable<InMemoryDirectoryEntry>, String, IDictionary<String, IUnixFileSystemEntry>)

    Initializes a new instance of the InMemoryDirectoryEntry class.

    Declaration
    public InMemoryDirectoryEntry(InMemoryDirectoryEntry? parent, string name, IDictionary<string, IUnixFileSystemEntry> children)
    Parameters
    Type Name Description
    Nullable<InMemoryDirectoryEntry> parent

    The parent entry.

    String name

    The name of this entry.

    IDictionary<String, IUnixFileSystemEntry> children

    The children of this directory entry.

    Properties

    | Improve this Doc View Source

    Children

    Gets the children of this directory entry.

    Declaration
    public IDictionary<string, IUnixFileSystemEntry> Children { get; }
    Property Value
    Type Description
    IDictionary<String, IUnixFileSystemEntry>
    | Improve this Doc View Source

    IsDeletable

    Declaration
    public bool IsDeletable { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsRoot

    Declaration
    public bool IsRoot { get; }
    Property Value
    Type Description
    Boolean

    Implements

    IUnixDirectoryEntry
    IUnixFileSystemEntry
    IUnixOwner
    • 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.