1 sharedlibrarycorecommands CommandArgument
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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