public M_ComponentAttribute(string toolTag_fieldname, M_ComponentType mComponentEnum, M_CustomField mCustomField)
 {
     this.ToolTag_FieldName = toolTag_fieldname;
     this.MComponentType    = mComponentEnum;
     this.MCustomField      = mCustomField;
 }
 public M_ComponentAttribute(string toolTag_fieldname, M_ComponentType mComponentEnum, string componentField)
 {
     this.ToolTag_FieldName = toolTag_fieldname;
     this.MComponentType    = mComponentEnum;
     this.ComponentField    = componentField;
 }