Search Results for

    Show / Hide Table of Contents

    Class GroupAttribute

    Marks this class as a command group.

    Inheritance
    System.Object
    System.Attribute
    GroupAttribute
    Namespace: DisCatSharp.CommandsNext.Attributes
    Assembly: DisCatSharp.CommandsNext.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public sealed class GroupAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    GroupAttribute()

    Marks this class as a command group, using the class' name as group name.

    Declaration
    public GroupAttribute()
    | Improve this Doc View Source

    GroupAttribute(String)

    Marks this class as a command group with specified name.

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

    Name of this group.

    Properties

    | Improve this Doc View Source

    Name

    Gets the name of this group.

    Declaration
    public string Name { get; }
    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