/// <summary> /// Create a new CircleArea object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="lat">Initial value of the Lat property.</param> /// <param name="lng">Initial value of the Lng property.</param> /// <param name="range">Initial value of the Range property.</param> public static CircleArea CreateCircleArea(global::System.Int32 id, global::System.Double lat, global::System.Double lng, global::System.Double range) { CircleArea circleArea = new CircleArea(); circleArea.Id = id; circleArea.Lat = lat; circleArea.Lng = lng; circleArea.Range = range; return circleArea; }
/// <summary> /// Deprecated Method for adding a new object to the CircleAreas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCircleAreas(CircleArea circleArea) { base.AddObject("CircleAreas", circleArea); }