Esempio n. 1
0
 public RedditWebAction()
 {
     WebRequestUrl = new SimpleOrSimpleExpression <string>("http://www.reddit.com");
     XPath         = new XPathInfo("", true, true);
 }
 public RedditPaymentAction()
 {
     PayeeExpression  = new SimpleOrSimpleExpression <string>("Payee", true);
     AmountExpression = new SimpleOrSimpleExpression <decimal>("Amount", true);
     UnitExpression   = new SimpleOrSimpleExpression <string>("Unit", true);
 }