Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class DisplayNameAttribute

    Sets display name for the command in the help list.

    Inheritance
    Object
    Attribute
    DisplayNameAttribute
    Implements
    IEquatable<DisplayNameAttribute>
    Namespace: TehGM.Wolfringo.Commands
    Assembly: Wolfringo.Commands.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
    public class DisplayNameAttribute : Attribute, IEquatable<DisplayNameAttribute>

    Constructors

    | Improve this Doc View Source

    DisplayNameAttribute(String)

    Sets display name for the command in the help list.

    Declaration
    public DisplayNameAttribute(string text)
    Parameters
    Type Name Description
    String text

    Display Name value.

    Properties

    | Improve this Doc View Source

    Text

    Display Name value.

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

    Methods

    | Improve this Doc View Source

    Equals(Object)

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

    Equals(DisplayNameAttribute)

    Declaration
    public bool Equals(DisplayNameAttribute other)
    Parameters
    Type Name Description
    DisplayNameAttribute other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode()

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

    Implements

    System.IEquatable<T>