C# Class Command.CommandParameter

Records details of a Command parameter.
Inheritance: ISetting
Show file Open project: agardiner/hfmcmd Class Usage Examples

Public Methods

Method Description
CommandParameter ( ParameterInfo pi ) : System
HasUda ( string uda ) : bool

Returns true if the parameter is tagged with the Uda

IsCurrent ( System.Version version ) : bool

Returns true if the parameter is current

ToString ( ) : string

Method Details

CommandParameter() public method

public CommandParameter ( ParameterInfo pi ) : System
pi System.Reflection.ParameterInfo
return System

HasUda() public method

Returns true if the parameter is tagged with the Uda
public HasUda ( string uda ) : bool
uda string
return bool

IsCurrent() public method

Returns true if the parameter is current
public IsCurrent ( System.Version version ) : bool
version System.Version
return bool

ToString() public method

public ToString ( ) : string
return string