Ejemplo n.º 1
0
 public M_ComponentAttribute(string toolTag_fieldname, M_ComponentType mComponentEnum, M_CustomField mCustomField)
 {
     this.ToolTag_FieldName = toolTag_fieldname;
     this.MComponentType    = mComponentEnum;
     this.MCustomField      = mCustomField;
 }
Ejemplo n.º 2
0
 public M_ComponentAttribute(string toolTag_fieldname, M_ComponentType mComponentEnum, string componentField)
 {
     this.ToolTag_FieldName = toolTag_fieldname;
     this.MComponentType    = mComponentEnum;
     this.ComponentField    = componentField;
 }