Click or drag to resize

CommandAttribute Class

Indicates a method is a player command.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    SampSharp.GameMode.SAMP.CommandsCommandAttribute

Namespace:  SampSharp.GameMode.SAMP.Commands
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class CommandAttribute : Attribute

The CommandAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCommandAttribute(String)
Initializes a new instance of the CommandAttribute class.
Public methodCommandAttribute(String)
Initializes a new instance of the CommandAttribute class.
Top
Properties
  NameDescription
Public propertyDisplayName
Gets or sets the display name.
Public propertyIgnoreCase
Gets or sets a value indicating whether to ignore the case of the command.
Public propertyIsGroupHelp
Gets or sets a value indicating whether this command is a command group help command. The names of this command will be ignored, this command will be executed if the command group of this command is run without a specific command.
Public propertyNames
Gets the names.
Public propertyPermissionChecker
Gets or sets the permission checker type.
Public propertyShortcut
Gets or sets the shortcut.
Public propertyTypeId (Inherited from Attribute.)
Public propertyUsageMessage
Gets or sets the usage message.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also