Show / Hide Table of Contents

    Interface IEnumeration

    Inherited Members
    System.IEquatable<Catalyst.Abstractions.Enumerator.Enumeration>.Equals(Catalyst.Abstractions.Enumerator.Enumeration)
    Namespace: Catalyst.Abstractions.Enumerator
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IEnumeration : IEquatable<Enumeration>

    Properties

    | Improve this Doc View Source

    Id

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    int GetHashCode()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ToString()

    Declaration
    string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network