namespace PdmSwPlugin.Common.Entity { public class PropertyInfo_2D { public string name; public string value; public PropertyInfo_2D() { } public PropertyInfo_2D(string name, string value) : this() { } } }