Search Results for

    Show / Hide Table of Contents

    Class LegName

    Inheritance
    System.Object
    LegName
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class LegName : Object

    Constructors

    LegName()

    Declaration
    public LegName()

    LegName(String)

    Declaration
    public LegName(string legName)
    Parameters
    Type Name Description
    System.String legName

    Fields

    Empty

    Declaration
    public static LegName Empty
    Field Value
    Type Description
    LegName

    Left

    Declaration
    public static LegName Left
    Field Value
    Type Description
    LegName

    Middle

    Declaration
    public static LegName Middle
    Field Value
    Type Description
    LegName

    Right

    Declaration
    public static LegName Right
    Field Value
    Type Description
    LegName

    Properties

    Value

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    IsEmpty()

    Declaration
    public bool IsEmpty()
    Returns
    Type Description
    System.Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Operators

    Equality(LegName, LegName)

    Declaration
    public static bool operator ==(LegName a, LegName b)
    Parameters
    Type Name Description
    LegName a
    LegName b
    Returns
    Type Description
    System.Boolean

    Inequality(LegName, LegName)

    Declaration
    public static bool operator !=(LegName a, LegName b)
    Parameters
    Type Name Description
    LegName a
    LegName b
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX