/// <summary>
        /// Create a new WindDirection object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="description">Initial value of the Description property.</param>
        /// <param name="angle">Initial value of the Angle property.</param>
        public static WindDirection CreateWindDirection(global::System.Byte id, global::System.String description, global::System.Double angle)
        {
            WindDirection windDirection = new WindDirection();

            windDirection.Id          = id;
            windDirection.Description = description;
            windDirection.Angle       = angle;
            return(windDirection);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the WindDirections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWindDirections(WindDirection windDirection)
 {
     base.AddObject("WindDirections", windDirection);
 }