Exemple #1
0
 private Net.Vpc.Upa.Impl.Config.ScanElement ParseScan(System.Xml.XmlElement e)
 {
     Net.Vpc.Upa.Impl.Config.ScanElement c = new Net.Vpc.Upa.Impl.Config.ScanElement();
     System.Collections.Generic.IDictionary <string, string> attrs = Net.Vpc.Upa.Impl.Util.XMLUtils.GetAttributes(e, scanElementFilter);
     c.types     = Nullify(Net.Vpc.Upa.Impl.FwkConvertUtils.GetMapValue <string, string>(attrs, "types"));
     c.libs      = Nullify(Net.Vpc.Upa.Impl.FwkConvertUtils.GetMapValue <string, string>(attrs, "libs"));
     c.propagate = ParseBoolean(Net.Vpc.Upa.Impl.FwkConvertUtils.GetMapValue <string, string>(attrs, "propagate"), true);
     return(c);
 }
 public virtual void AddScanElement(Net.Vpc.Upa.Impl.Config.ScanElement e)
 {
     scanElements.Add(e);
 }