Class CommandItem
Inheritance
System.Object
CommandItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.Plugin
Assembly: Asgard3.Core.dll
Syntax
public abstract class CommandItem
Constructors
| Improve this Doc View SourceCommandItem(String, String, DbFlags)
Declaration
protected CommandItem(string command, string description, DbFlags flags)
Parameters
Type | Name | Description |
---|---|---|
System.String | command | |
System.String | description | |
DbFlags | flags |
CommandItem(String, String, String, DbFlags)
Declaration
protected CommandItem(string command, string usage, string description, DbFlags flags)
Parameters
Type | Name | Description |
---|---|---|
System.String | command | |
System.String | usage | |
System.String | description | |
DbFlags | flags |
Properties
| Improve this Doc View SourceCommand
Declaration
public string Command { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Flags
Declaration
public DbFlags Flags { get; }
Property Value
Type | Description |
---|---|
DbFlags |
Usage
Declaration
public string Usage { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceProcessCommand(String, UserItem, String, CommandLocation)
Declaration
public abstract void ProcessCommand(string command, UserItem u, string message, CommandLocation commandLocation)
Parameters
Type | Name | Description |
---|---|---|
System.String | command | |
UserItem | u | |
System.String | message | |
CommandLocation | commandLocation |