Exemplo n.º 1
0
 public override bool Execute()
 {
     if (this.vocabularyFileName != string.Empty)
     {
         VocabularyLoader.DeployVocabulary(VocabularyLoader.LoadVocabFromFile(this.vocabularyFileName, this.vocabularyName), this.serverName, this.databaseName, base.Log);
     }
     base.Log.LogMessage("", new object[] { });
     return(true);
 }
Exemplo n.º 2
0
 public override bool Execute()
 {
     VocabularyLoader.UnDeployVocabulary(this.vocabularyName, this.serverName, this.databaseName, base.Log);
     base.Log.LogMessage("", new object[] { });
     return(true);
 }