| BaseOptionAttribute Class |
Namespace: X3Platform.CommandLine
The BaseOptionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseOptionAttribute |
Initializes a new instance of the BaseOptionAttribute class.
| |
| BaseOptionAttribute(Char, String) |
Initializes a new instance of the BaseOptionAttribute class.
Validating shortName and longName.
| |
| BaseOptionAttribute(NullableChar, String) |
Initializes a new instance of the BaseOptionAttribute class. Validating shortName
and longName. This constructor accepts a NullableT as short name.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets or sets mapped property default value.
| |
| HelpText |
Gets or sets a short description of this command line option. Usually a sentence summary.
| |
| LongName |
Gets long name of this command line option. This name is usually a single english word.
| |
| MetaValue |
Gets or sets mapped property meta value.
| |
| MutuallyExclusiveSet |
Gets or sets the option's mutually exclusive set.
| |
| Required |
Gets or sets a value indicating whether a command line option is required.
| |
| ShortName |
Gets a short name of this command line option. You can use only one character.
| |
| TypeId | (Inherited from Attribute.) |