C# Class Command.Command

Show file Open project: agardiner/hfmcmd Class Usage Examples

Public Properties

Property Type Description
CommandAttribute CommandAttribute
Parameters List
Type Type

Protected Properties

Property Type Description
_factory Factory
_log ILog

Public Methods

Method Description
Command ( Type t, MethodInfo mi, CommandAttribute attr ) : System
IsCurrent ( Version ver ) : bool

Returns true if the Command is current for the specified version

ToString ( ) : string

Method Details

Command() public method

public Command ( Type t, MethodInfo mi, CommandAttribute attr ) : System
t Type
mi MethodInfo
attr CommandAttribute
return System

IsCurrent() public method

Returns true if the Command is current for the specified version
public IsCurrent ( Version ver ) : bool
ver Version
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

CommandAttribute public property

public CommandAttribute,Command CommandAttribute
return CommandAttribute

Parameters public property

public List Parameters
return List

Type public property

public Type Type
return Type

_factory protected property

protected Factory,Command _factory
return Factory

_log protected static property

protected static ILog _log
return ILog