Web app gallery: database & username prefix & suffix processing added form databases policies

This commit is contained in:
ruslanht 2012-08-21 11:36:45 +03:00
parent b25684b667
commit 928f63b805
5 changed files with 172 additions and 9 deletions

View file

@ -101,6 +101,8 @@ namespace WebsitePanel.Providers.WebAppGallery
public DeploymentParameterValidationKind ValidationKind { get; set; }
public string ValidationString { get; set; }
public DeploymentParameterWellKnownTag WellKnownTags { get; set; }
public string ValuePrefix { get; set; }
public string ValueSuffix { get; set; }
#endregion
#if DEBUG