Search Results for

    Show / Hide Table of Contents

    Class ChoiceNameAttribute

    Sets the name for this enum choice.

    Inheritance
    System.Object
    System.Attribute
    ChoiceNameAttribute
    Namespace: DisCatSharp.ApplicationCommands
    Assembly: DisCatSharp.ApplicationCommands.dll
    Syntax
    [AttributeUsage(AttributeTargets.All)]
    public class ChoiceNameAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    ChoiceNameAttribute(String)

    Sets the name for this enum choice.

    Declaration
    public ChoiceNameAttribute(string name)
    Parameters
    Type Name Description
    System.String name

    The name for this enum choice.

    Properties

    | Improve this Doc View Source

    Name

    The name.

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

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems