Click or drag to resize
BaseOptionAttribute Class
Provides base properties for creating an attribute, used to define rules for command line parsing.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    X3Platform.CommandLineBaseOptionAttribute
      More...

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class BaseOptionAttribute : Attribute

The BaseOptionAttribute type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets mapped property default value.
Public propertyHelpText
Gets or sets a short description of this command line option. Usually a sentence summary.
Public propertyLongName
Gets long name of this command line option. This name is usually a single english word.
Public propertyMetaValue
Gets or sets mapped property meta value.
Public propertyMutuallyExclusiveSet
Gets or sets the option's mutually exclusive set.
Public propertyRequired
Gets or sets a value indicating whether a command line option is required.
Public propertyShortName
Gets a short name of this command line option. You can use only one character.
Public propertyTypeId (Inherited from Attribute.)
Top
See Also
Inheritance Hierarchy