Search Results for

    Show / Hide Table of Contents

    Class ActionAttribute

    Registers method as action handler with specified name. By default name retrieved from method name in format 'Action Name'. Can be used along with CommandAttribute.

    Inheritance
    System.Object
    ActionAttribute
    Namespace: TelegramModularFramework.Modules
    Assembly: TelegramModularFramework.dll
    Syntax
    public class ActionAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    ActionAttribute()

    Declaration
    public ActionAttribute()
    | Improve this Doc View Source

    ActionAttribute(String)

    Declaration
    public ActionAttribute(string name = null)
    Parameters
    Type Name Description
    System.String name

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾