Show / Hide Table of Contents

    Class GenericAccessMode

    Generic implementation of the IAccessMode interface.

    Inheritance
    Object
    GenericAccessMode
    Implements
    IAccessMode
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.Generic
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class GenericAccessMode : IAccessMode

    Constructors

    | Improve this Doc View Source

    GenericAccessMode(Boolean, Boolean, Boolean)

    Initializes a new instance of the GenericAccessMode class.

    Declaration
    public GenericAccessMode(bool read, bool write, bool execute)
    Parameters
    Type Name Description
    Boolean read

    Determines whether reading is allowed.

    Boolean write

    Determines whether writing is allowed.

    Boolean execute

    Determines whether execution is allowed.

    Properties

    | Improve this Doc View Source

    Execute

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

    Read

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

    Write

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

    Implements

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