Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the DeliveryRuleUrlPathCondition
 /// class.
 /// </summary>
 /// <param name="parameters">Defines the parameters for the
 /// condition.</param>
 public DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters parameters)
 {
     Parameters = parameters;
     CustomInit();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the DeliveryRuleUrlPathCondition
 /// class.
 /// </summary>
 public DeliveryRuleUrlPathCondition()
 {
     Parameters = new UrlPathMatchConditionParameters();
     CustomInit();
 }