Show / Hide Table of Contents

    Class NeighbourStateTypes

    Inheritance
    System.Object
    Enumeration
    NeighbourStateTypes
    Implements
    IEnumeration
    System.IEquatable<Enumeration>
    Inherited Members
    Enumeration.Name
    Enumeration.Id
    Enumeration.ToString()
    Enumeration.TryParse<T>(String, T, StringComparison)
    Enumeration.Parse<T>(String, StringComparison)
    Enumeration.GetAll<T>()
    Enumeration.Equals(Enumeration)
    Enumeration.Equals(Object)
    Enumeration.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Catalyst.Abstractions.Types
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public class NeighbourStateTypes : Enumeration, IEnumeration, IEquatable<Enumeration>

    Fields

    | Improve this Doc View Source

    Contacted

    Declaration
    public static readonly NeighbourStateTypes Contacted
    Field Value
    Type Description
    NeighbourStateTypes
    | Improve this Doc View Source

    NotContacted

    Declaration
    public static readonly NeighbourStateTypes NotContacted
    Field Value
    Type Description
    NeighbourStateTypes
    | Improve this Doc View Source

    Responsive

    Declaration
    public static readonly NeighbourStateTypes Responsive
    Field Value
    Type Description
    NeighbourStateTypes
    | Improve this Doc View Source

    UnResponsive

    Declaration
    public static readonly NeighbourStateTypes UnResponsive
    Field Value
    Type Description
    NeighbourStateTypes

    Implements

    IEnumeration
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network