Skip to content

sharedlibrarycorecommands CommandArgument

RaidMax edited this page May 21, 2023 · 1 revision

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]]
  end
Loading

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

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

Clone this wiki locally