Miner.System Assembly > Miner.CommandLine Namespace : DefaultArgumentAttribute Class |
The following tables list the members exposed by DefaultArgumentAttribute.
Name | Description | |
---|---|---|
![]() | DefaultArgumentAttribute Constructor |
Name | Description | |
---|---|---|
![]() | DefaultLongName | Returns true if the argument did not have an explicit long name specified. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | DefaultShortName | Returns true if the argument did not have an explicit short name specified. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | DefaultValue | The default value of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | HasDefaultValue | Returns true if the argument has a default value. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | HasHelpText | Returns true if the argument has help text specified. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | HelpText | The help text for the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | LongName | The long name of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | ShortName | The short name of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | Type | The error checking to be performed on the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) |
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute) |
Name | Description | |
---|---|---|
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from System.Attribute) |
![]() | IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute) |
![]() | Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute) |