Ejemplo n.º 1
0
 public UserPropertyRecord(XElement component)
 {
     Component = component;
     GeoData   = string.Empty;
     UserProperty.GetAllPropNames(component).ToList().ForEach(x => _properties[x] = string.Empty);
 }