ArcFM Desktop Developer Guide
ArgumentAttribute Class Members
Properties  Methods 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by ArgumentAttribute.

Public Constructors
 NameDescription
Public ConstructorArgumentAttribute ConstructorAllows control of command line parsing.  
Top
Public Properties
 NameDescription
Public PropertyDefaultLongNameReturns true if the argument did not have an explicit long name specified.  
Public PropertyDefaultShortNameReturns true if the argument did not have an explicit short name specified.  
Public PropertyDefaultValueThe default value of the argument.  
Public PropertyHasDefaultValueReturns true if the argument has a default value.  
Public PropertyHasHelpTextReturns true if the argument has help text specified.  
Public PropertyHelpTextThe help text for the argument.  
Public PropertyLongNameThe long name of the argument.  
Public PropertyShortNameThe short name of the argument.  
Public PropertyTypeThe error checking to be performed on the argument.  
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

ArgumentAttribute Class
Miner.CommandLine Namespace

 

 


Send Comment