Exemple #1
0
 internal void Add(Microsoft.Build.Tasks.Deployment.Bootstrapper.Product product)
 {
     if (!this.table.Contains(product.ProductCode.ToUpperInvariant()))
     {
         this.list.Add(product);
         this.table.Add(product.ProductCode.ToUpperInvariant(), product);
     }
 }
 public Package(Microsoft.Build.Tasks.Deployment.Bootstrapper.Product product, XmlNode node, XmlValidationResults validationResults, string name, string culture)
 {
     this.product           = product;
     this.node              = node;
     this.name              = name;
     this.culture           = culture;
     this.validationResults = validationResults;
 }
 internal ProductBuilder(Microsoft.Build.Tasks.Deployment.Bootstrapper.Product product)
 {
     this.product = product;
     this.culture = string.Empty;
 }
 internal ProductBuilder(Microsoft.Build.Tasks.Deployment.Bootstrapper.Product product)
 {
     this.product = product;
     this.culture = string.Empty;
 }