/// <summary>
 /// Deprecated Method for adding a new object to the Ult_EstadoNieve EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUlt_EstadoNieve(Ult_EstadoNieve ult_EstadoNieve)
 {
     base.AddObject("Ult_EstadoNieve", ult_EstadoNieve);
 }
 /// <summary>
 /// Create a new Ult_EstadoNieve object.
 /// </summary>
 /// <param name="nombre">Initial value of the nombre property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fecha">Initial value of the Fecha property.</param>
 /// <param name="puntoNieve">Initial value of the PuntoNieve property.</param>
 /// <param name="nieveCaida">Initial value of the NieveCaida property.</param>
 /// <param name="nieveAcumulada">Initial value of the NieveAcumulada property.</param>
 /// <param name="viento">Initial value of the Viento property.</param>
 public static Ult_EstadoNieve CreateUlt_EstadoNieve(global::System.String nombre, global::System.Int64 id, global::System.DateTime fecha, global::System.Int16 puntoNieve, global::System.Double nieveCaida, global::System.Double nieveAcumulada, global::System.Double viento)
 {
     Ult_EstadoNieve ult_EstadoNieve = new Ult_EstadoNieve();
     ult_EstadoNieve.nombre = nombre;
     ult_EstadoNieve.ID = id;
     ult_EstadoNieve.Fecha = fecha;
     ult_EstadoNieve.PuntoNieve = puntoNieve;
     ult_EstadoNieve.NieveCaida = nieveCaida;
     ult_EstadoNieve.NieveAcumulada = nieveAcumulada;
     ult_EstadoNieve.Viento = viento;
     return ult_EstadoNieve;
 }