sharedlibrarycorecommands CommandArgument - RaidMax/IW4M-Admin GitHub Wiki

CommandArgument Public class

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 NameName of the argument get, set
bool RequiredIndicates if the argument is required get, set

Details

Summary

Holds information about command args

Constructors

CommandArgument

Source code

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