ArcFM Engine Developer Guide
DefaultArgumentAttribute Class Members
Properties  Methods 


The following tables list the members exposed by DefaultArgumentAttribute.

Public Constructors
 NameDescription
Public ConstructorDefaultArgumentAttribute ConstructorIndicates that this argument is the default argument.  
Top
Public Properties
 NameDescription
Public PropertyDefaultLongNameReturns true if the argument did not have an explicit long name specified. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyDefaultShortNameReturns true if the argument did not have an explicit short name specified. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyDefaultValueThe default value of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyHasDefaultValueReturns true if the argument has a default value. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyHasHelpTextReturns true if the argument has help text specified. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyHelpTextThe help text for the argument. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyLongNameThe long name of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyShortNameThe short name of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyTypeThe error checking to be performed on the argument. (Inherited from Miner.CommandLine.ArgumentAttribute)
Public PropertyTypeId (Inherited from System.Attribute)
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from System.Attribute)
Public MethodGetHashCode (Inherited from System.Attribute)
Public MethodIsDefaultAttribute (Inherited from System.Attribute)
Public MethodMatch (Inherited from System.Attribute)
Top
See Also

Reference

DefaultArgumentAttribute Class
Miner.CommandLine Namespace

 

 


Send Comment