C# Class Command.ValueAttribute

Abstract base class for Parameter and Setting attributes.
Inheritance: VersionedAttribute
Show file Open project: agardiner/hfmcmd

Protected Properties

Property Type Description
_defaultValue object
_hasDefaultValue bool

Public Methods

Method Description
ValueAttribute ( string desc ) : System

Method Details

ValueAttribute() public method

public ValueAttribute ( string desc ) : System
desc string
return System

Property Details

_defaultValue protected property

protected object _defaultValue
return object

_hasDefaultValue protected property

protected bool _hasDefaultValue
return bool