Esempio n. 1
0
 /// <summary>
 /// Create a new AUD_TipoEdad object.
 /// </summary>
 /// <param name="tipoEdadId">Initial value of the tipoEdadId property.</param>
 public static AUD_TipoEdad CreateAUD_TipoEdad(global::System.String tipoEdadId)
 {
     AUD_TipoEdad aUD_TipoEdad = new AUD_TipoEdad();
     aUD_TipoEdad.tipoEdadId = tipoEdadId;
     return aUD_TipoEdad;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AUD_TipoEdad EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAUD_TipoEdad(AUD_TipoEdad aUD_TipoEdad)
 {
     base.AddObject("AUD_TipoEdad", aUD_TipoEdad);
 }