Show / Hide Table of Contents

    Class SizeFact

    The size fact.

    Inheritance
    Object
    SizeFact
    Implements
    IFact
    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.Facts
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class SizeFact : IFact

    Constructors

    | Improve this Doc View Source

    SizeFact(Int64)

    Initializes a new instance of the SizeFact class.

    Declaration
    public SizeFact(long size)
    Parameters
    Type Name Description
    Int64 size

    The file system entry size.

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    String

    Implements

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