Properties_T_CommandLine_BaseAttribute - adutton/commandline GitHub Wiki
The BaseAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Default | Gets or sets mapped property default value. |
![]() |
HelpText | Gets or sets a short description of this command line option. Usually a sentence summary. |
![]() |
Hidden | Gets or sets a value indicating whether a command line option is visible in the help text. |
![]() |
Max | When applied to IEnumerable(T) properties defines the upper range of items. |
![]() |
MetaValue | Gets or sets mapped property meta value. Usually an uppercase hint of required value type. |
![]() |
Min | When applied to IEnumerable(T) properties defines the lower range of items. |
![]() |
Required | Gets or sets a value indicating whether a command line option is required. |
![]() |
ResourceType | Gets or sets the Type that contains the resources for HelpText. |
![]() |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
