ArcFM Server Developer Guide
DefaultArgumentAttribute Class Members
Properties  Methods 

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 PropertyTypeIdWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
Top
Public Methods
 NameDescription
Public MethodEqualsReturns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.Attribute)
Public MethodIsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute)
Public MethodMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
Top
See Also

Reference

DefaultArgumentAttribute Class
Miner.CommandLine Namespace

 

 


Send Comment