/// <summary>
        /// Create a new park_factor object.
        /// </summary>
        /// <param name="site_id">Initial value of the site_id property.</param>
        /// <param name="event_code">Initial value of the event_code property.</param>
        public static park_factor Createpark_factor(global::System.String site_id, global::System.String event_code)
        {
            park_factor park_factor = new park_factor();

            park_factor.site_id    = site_id;
            park_factor.event_code = event_code;
            return(park_factor);
        }
 /// <summary>
 /// Create a new park_factor object.
 /// </summary>
 /// <param name="site_id">Initial value of the site_id property.</param>
 /// <param name="event_code">Initial value of the event_code property.</param>
 public static park_factor Createpark_factor(global::System.String site_id, global::System.String event_code)
 {
     park_factor park_factor = new park_factor();
     park_factor.site_id = site_id;
     park_factor.event_code = event_code;
     return park_factor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the park_factor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopark_factor(park_factor park_factor)
 {
     base.AddObject("park_factor", park_factor);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the park_factor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopark_factor(park_factor park_factor)
 {
     base.AddObject("park_factor", park_factor);
 }