/// <summary>
 /// Create a new campos_editables object.
 /// </summary>
 /// <param name="idCampoEditable">Initial value of the idCampoEditable property.</param>
 /// <param name="modulo">Initial value of the Modulo property.</param>
 /// <param name="campo">Initial value of the Campo property.</param>
 public static campos_editables Createcampos_editables(global::System.Int32 idCampoEditable, global::System.String modulo, global::System.String campo)
 {
     campos_editables campos_editables = new campos_editables();
     campos_editables.idCampoEditable = idCampoEditable;
     campos_editables.Modulo = modulo;
     campos_editables.Campo = campo;
     return campos_editables;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the campos_editables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocampos_editables(campos_editables campos_editables)
 {
     base.AddObject("campos_editables", campos_editables);
 }