C# 클래스 EventStore.VSTools.Commands.DeployCommand

상속: CommandBase
파일 보기 프로젝트 열기: AlexeyRaga/esvstools

공개 메소드들

메소드 설명
DeployCommand ( IPublish publisher ) : System.Collections.Generic
Execute ( HierarchyNode node ) : void

비공개 메소드들

메소드 설명
BuildDeployCommand ( string eventStoreAddress, ProjectionFileNode fileNode ) : DeployProjection
BuildDeployCommands ( string eventStoreAddress, IEnumerable fileNodes ) : IEnumerable
GetProjectionContent ( FileNode node ) : string
GetProjectionName ( FileNode node ) : string

메소드 상세

DeployCommand() 공개 메소드

public DeployCommand ( IPublish publisher ) : System.Collections.Generic
publisher IPublish
리턴 System.Collections.Generic

Execute() 공개 메소드

public Execute ( HierarchyNode node ) : void
node HierarchyNode
리턴 void