/// <summary>
        /// Create a new intfStops object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="stopId">Initial value of the StopId property.</param>
        /// <param name="stopIdNum">Initial value of the StopIdNum property.</param>
        /// <param name="radius">Initial value of the Radius property.</param>
        public static intfStops CreateintfStops(global::System.Int32 id, global::System.String stopId, global::System.String stopIdNum, global::System.Int32 radius)
        {
            intfStops intfStops = new intfStops();

            intfStops.Id        = id;
            intfStops.StopId    = stopId;
            intfStops.StopIdNum = stopIdNum;
            intfStops.Radius    = radius;
            return(intfStops);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the intfStops EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTointfStops(intfStops intfStops)
 {
     base.AddObject("intfStops", intfStops);
 }