CommandLineParameter - класс Члены Смотри также Terrasoft.Common - пространство имен : CommandLineParameter - класс C#
Glossary Item Box
public class CommandLineParameter
Тип CommandLineParameter предоставляет следующие члены.
Имя | Описание | |
---|---|---|
CommandLineParameter |
Имя | Описание | |
---|---|---|
DefValue | Gets or sets the default value for the parameter. | |
Description | Gets or sets the description of the command line parameter. | |
IsAdditional | Determines whether the parameter is additional. | |
IsRequired | Determines if the parameter is required. | |
IsSecured | ||
IsSpecified | Determines whether the parameter is set. | |
IsUnnamed | Determines whether the parameter is unnamed. | |
IsValueSpecified | Determines whether the value of the parameter is set. | |
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Имя | Описание | |
---|---|---|
GetTypedValue<T> | Gets type of value. |
System.Object
Terrasoft.Common.CommandLineParameter
Terrasoft.Common.BoolCommandLineParameter
Terrasoft.Common.EnumCommandLineParameter<TValues>