Show / Hide Table of Contents

    Class GenericFact

    A generic fact to be used when no predefined exists.

    Inheritance
    Object
    GenericFact
    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 GenericFact : IFact

    Constructors

    | Improve this Doc View Source

    GenericFact(String, String)

    Initializes a new instance of the GenericFact class.

    Declaration
    public GenericFact(string name, string value)
    Parameters
    Type Name Description
    String name

    The fact name.

    String value

    The fact value.

    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.