public UriReplacement(ReplacementSpecification replacementSpecification)
		{
			this.replacementSpecification = replacementSpecification;
		}
 public TextAreaValueReplacement(ReplacementSpecification replacementSpecification) : base(replacementSpecification)
 {
 }
 protected SpecifiedReplacement(ReplacementSpecification replacementSpecification)
 {
     this.replacementSpecification = replacementSpecification;
 }
 public InputNameReplacement(ReplacementSpecification replacementSpecification)
     : base(replacementSpecification)
 {
 }
 public SelectSelectedValueReplacement(ReplacementSpecification replacementSpecification)
     : base(replacementSpecification)
 {
 }
Esempio n. 6
0
		public TidyUpReplacement(ReplacementSpecification replacementSpecification)
			: base(replacementSpecification)
		{
		}
Esempio n. 7
0
		public UriReplacement(ReplacementSpecification replacementSpecification) : base(replacementSpecification)
		{
		}