/// <summary>
 /// Deprecated Method for adding a new object to the geosites EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTogeosites(geosite geosite)
 {
     base.AddObject("geosites", geosite);
 }
 /// <summary>
 /// Create a new geosite object.
 /// </summary>
 /// <param name="geosite_id">Initial value of the geosite_id property.</param>
 /// <param name="iPRange">Initial value of the IPRange property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="networkLicenseServer">Initial value of the NetworkLicenseServer property.</param>
 /// <param name="watchFilepath">Initial value of the WatchFilepath property.</param>
 /// <param name="bRENotifyFolder">Initial value of the BRENotifyFolder property.</param>
 /// <param name="notifyinfo_id">Initial value of the notifyinfo_id property.</param>
 public static geosite Creategeosite(global::System.Int32 geosite_id, global::System.String iPRange, global::System.String name, global::System.String networkLicenseServer, global::System.String watchFilepath, global::System.String bRENotifyFolder, global::System.Int64 notifyinfo_id)
 {
     geosite geosite = new geosite();
     geosite.geosite_id = geosite_id;
     geosite.IPRange = iPRange;
     geosite.Name = name;
     geosite.NetworkLicenseServer = networkLicenseServer;
     geosite.WatchFilepath = watchFilepath;
     geosite.BRENotifyFolder = bRENotifyFolder;
     geosite.notifyinfo_id = notifyinfo_id;
     return geosite;
 }