Exemplo n.º 1
0
 public DmlfRelation()
 {
     Conditions = new DmlfList <DmlfConditionBase>();
 }
Exemplo n.º 2
0
 public DmlfRelation(XmlElement xml)
 {
     Conditions = new DmlfList <DmlfConditionBase>();
     this.LoadProperties(xml);
 }
Exemplo n.º 3
0
 public DmlfCompoudCondition()
 {
     Conditions = new DmlfList <DmlfConditionBase>();
 }