C# 클래스 Command.Command

파일 보기 프로젝트 열기: agardiner/hfmcmd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CommandAttribute CommandAttribute
Parameters List
Type Type

보호된 프로퍼티들

프로퍼티 타입 설명
_factory Factory
_log ILog

공개 메소드들

메소드 설명
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

메소드 상세

Command() 공개 메소드

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

IsCurrent() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CommandAttribute 공개적으로 프로퍼티

public CommandAttribute,Command CommandAttribute
리턴 CommandAttribute

Parameters 공개적으로 프로퍼티

public List Parameters
리턴 List

Type 공개적으로 프로퍼티

public Type Type
리턴 Type

_factory 보호되어 있는 프로퍼티

protected Factory,Command _factory
리턴 Factory

_log 보호되어 있는 정적으로 프로퍼티

protected static ILog _log
리턴 ILog