C# Class EventStore.VSTools.Commands.DeployCommand

Inheritance: CommandBase
Mostra file Open project: AlexeyRaga/esvstools

Public Methods

Method Description
DeployCommand ( IPublish publisher ) : System.Collections.Generic
Execute ( HierarchyNode node ) : void

Private Methods

Method Description
BuildDeployCommand ( string eventStoreAddress, ProjectionFileNode fileNode ) : DeployProjection
BuildDeployCommands ( string eventStoreAddress, IEnumerable fileNodes ) : IEnumerable
GetProjectionContent ( FileNode node ) : string
GetProjectionName ( FileNode node ) : string

Method Details

DeployCommand() public method

public DeployCommand ( IPublish publisher ) : System.Collections.Generic
publisher IPublish
return System.Collections.Generic

Execute() public method

public Execute ( HierarchyNode node ) : void
node HierarchyNode
return void