Ejemplo n.º 1
0
        /// <summary>
        /// Create a new ConfigModulos object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="modulo">Initial value of the Modulo property.</param>
        /// <param name="forma">Initial value of the Forma property.</param>
        /// <param name="campo">Initial value of the Campo property.</param>
        /// <param name="rE">Initial value of the RE property.</param>
        public static ConfigModulos CreateConfigModulos(global::System.Int32 id, global::System.String modulo, global::System.String forma, global::System.String campo, global::System.String rE)
        {
            ConfigModulos configModulos = new ConfigModulos();

            configModulos.Id     = id;
            configModulos.Modulo = modulo;
            configModulos.Forma  = forma;
            configModulos.Campo  = campo;
            configModulos.RE     = rE;
            return(configModulos);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new ConfigModulos object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="modulo">Initial value of the Modulo property.</param>
 /// <param name="forma">Initial value of the Forma property.</param>
 /// <param name="campo">Initial value of the Campo property.</param>
 /// <param name="rE">Initial value of the RE property.</param>
 public static ConfigModulos CreateConfigModulos(global::System.Int32 id, global::System.String modulo, global::System.String forma, global::System.String campo, global::System.String rE)
 {
     ConfigModulos configModulos = new ConfigModulos();
     configModulos.Id = id;
     configModulos.Modulo = modulo;
     configModulos.Forma = forma;
     configModulos.Campo = campo;
     configModulos.RE = rE;
     return configModulos;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ConfigModulos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConfigModulos(ConfigModulos configModulos)
 {
     base.AddObject("ConfigModulos", configModulos);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ConfigModulos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConfigModulos(ConfigModulos configModulos)
 {
     base.AddObject("ConfigModulos", configModulos);
 }