C# 클래스 Concordion.Internal.CommandRegistry

상속: ICommandFactory
파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

공개 메소드들

메소드 설명
CommandRegistry ( ) : System
CreateCommand ( string namespaceUri, string commandName ) : ICommand
Register ( string namespaceURI, string commandName, ICommand command ) : CommandRegistry

비공개 메소드들

메소드 설명
MakeKey ( string namespaceURI, string commandName ) : string

메소드 상세

CommandRegistry() 공개 메소드

public CommandRegistry ( ) : System
리턴 System

CreateCommand() 공개 메소드

public CreateCommand ( string namespaceUri, string commandName ) : ICommand
namespaceUri string
commandName string
리턴 ICommand

Register() 공개 메소드

public Register ( string namespaceURI, string commandName, ICommand command ) : CommandRegistry
namespaceURI string
commandName string
command ICommand
리턴 CommandRegistry