-
-
Notifications
You must be signed in to change notification settings - Fork 50
sharedlibrarycorecommands CommandArgument
RaidMax edited this page May 21, 2023
·
1 revision
Holds information about command args
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.CommandArgument[[CommandArgument]]
end
| Type | Name | Methods |
|---|---|---|
string |
NameName of the argument |
get, set |
bool |
RequiredIndicates if the argument is required |
get, set |
Holds information about command args
public CommandArgument()public string Name { get; set; }Name of the argument
public bool Required { get; set; }Indicates if the argument is required
Generated with ModularDoc