sharedlibrarycorecommands CommandArgument - RaidMax/IW4M-Admin GitHub Wiki
Public class
CommandArgument Description
Holds information about command args
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.CommandArgument[CommandArgument](/RaidMax/IW4M-Admin/wiki/CommandArgument)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string |
Name Name of the argument |
get, set |
bool |
Required Indicates if the argument is required |
get, set |
Details
Summary
Holds information about command args
Constructors
CommandArgument
public CommandArgument()
Properties
Name
public string Name { get; set; }
Summary
Name of the argument
Required
public bool Required { get; set; }
Summary
Indicates if the argument is required
Generated with ModularDoc