Class CommandAttribute
Inheritance
CommandAttribute
Assembly: SlipeServer.LuaControllers.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class CommandAttribute : Attribute
Constructors
|
Edit this page
View Source
CommandAttribute(string, bool)
Declaration
public CommandAttribute(string command, bool isCaseSensitive = false)
Parameters
| Type |
Name |
Description |
| string |
command |
|
| bool |
isCaseSensitive |
|
Properties
|
Edit this page
View Source
Command
Declaration
public string Command { get; }
Property Value
|
Edit this page
View Source
IsCaseSensitive
Declaration
public bool IsCaseSensitive { get; }
Property Value