/// <summary>
 /// Initializes a new instance of the DeliveryRuleUrlPathCondition
 /// class.
 /// </summary>
 /// <param name="parameters">Defines the parameters for the
 /// condition.</param>
 public DeliveryRuleUrlPathCondition(UrlPathConditionParameters parameters)
 {
     Parameters = parameters;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the DeliveryRuleUrlPathCondition
 /// class.
 /// </summary>
 public DeliveryRuleUrlPathCondition()
 {
     Parameters = new UrlPathConditionParameters();
     CustomInit();
 }