C# 클래스 PlcNext.CommandLine.CollectiveDynamicVerbsFactory

상속: IDynamicVerbFactory, IDisposable
파일 보기 프로젝트 열기: PLCnext/PLCnext_CLI

공개 메소드들

메소드 설명
CollectiveDynamicVerbsFactory ( IEnumerable commandProviders ) : System
Dispose ( ) : void
GetCommandDefintionForVerb ( Type dynamicVerb ) : CommandDefinition
GetDynamicVerbs ( IEnumerable path ) : IEnumerable
GetDynamicVerbs ( Type currentVerb ) : IEnumerable

메소드 상세

CollectiveDynamicVerbsFactory() 공개 메소드

public CollectiveDynamicVerbsFactory ( IEnumerable commandProviders ) : System
commandProviders IEnumerable
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCommandDefintionForVerb() 공개 메소드

public GetCommandDefintionForVerb ( Type dynamicVerb ) : CommandDefinition
dynamicVerb Type
리턴 CommandDefinition

GetDynamicVerbs() 공개 메소드

public GetDynamicVerbs ( IEnumerable path ) : IEnumerable
path IEnumerable
리턴 IEnumerable

GetDynamicVerbs() 공개 메소드

public GetDynamicVerbs ( Type currentVerb ) : IEnumerable
currentVerb Type
리턴 IEnumerable