C# Class Command.Command

Mostrar archivo 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_oe property

public CommandAttribute,Command CommandAttribute
return CommandAttribute

Parameters public_oe property

public List Parameters
return List

Type public_oe property

public Type Type
return Type

_factory protected_oe property

protected Factory,Command _factory
return Factory

_log protected_oe static_oe property

protected static ILog _log
return ILog