Search Results for

    Show / Hide Table of Contents

    Class CommandData

    Inheritance
    System.Object
    CommandData
    Namespace: OpenAPI.Commands
    Assembly: OpenAPI.dll
    Syntax
    public class CommandData : object

    Constructors

    | Improve this Doc View Source

    CommandData(CommandAttribute, Object)

    Declaration
    public CommandData(CommandAttribute attribute, object instance)
    Parameters
    Type Name Description
    CommandAttribute attribute
    System.Object instance
    | Improve this Doc View Source

    CommandData(CommandAttribute, Object, CommandPermissionAttribute)

    Declaration
    public CommandData(CommandAttribute attribute, object instance, CommandPermissionAttribute permissionAttribute)
    Parameters
    Type Name Description
    CommandAttribute attribute
    System.Object instance
    CommandPermissionAttribute permissionAttribute

    Properties

    | Improve this Doc View Source

    Attribute

    Declaration
    public CommandAttribute Attribute { get; set; }
    Property Value
    Type Description
    CommandAttribute
    | Improve this Doc View Source

    Instance

    Declaration
    public object Instance { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    PermissionAttribute

    Declaration
    public CommandPermissionAttribute PermissionAttribute { get; set; }
    Property Value
    Type Description
    CommandPermissionAttribute
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX