C# Class EventStore.VSTools.Commands.DeployCommand

Inheritance: CommandBase
Afficher le fichier Open project: AlexeyRaga/esvstools

Méthodes publiques

Méthode Description
DeployCommand ( IPublish publisher ) : System.Collections.Generic
Execute ( HierarchyNode node ) : void

Private Methods

Méthode 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 méthode

public DeployCommand ( IPublish publisher ) : System.Collections.Generic
publisher IPublish
Résultat System.Collections.Generic

Execute() public méthode

public Execute ( HierarchyNode node ) : void
node HierarchyNode
Résultat void