Class CommandData
Inheritance
System.Object
CommandData
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
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