/// <summary>
 /// Create a new vimserverstorage object.
 /// </summary>
 /// <param name="idVIMServerStorage">Initial value of the idVIMServerStorage property.</param>
 /// <param name="geosite_id">Initial value of the geosite_id property.</param>
 /// <param name="imagetype_id">Initial value of the imagetype_id property.</param>
 /// <param name="rootpath">Initial value of the rootpath property.</param>
 public static vimserverstorage Createvimserverstorage(global::System.Int64 idVIMServerStorage, global::System.Int32 geosite_id, global::System.Int64 imagetype_id, global::System.String rootpath)
 {
     vimserverstorage vimserverstorage = new vimserverstorage();
     vimserverstorage.idVIMServerStorage = idVIMServerStorage;
     vimserverstorage.geosite_id = geosite_id;
     vimserverstorage.imagetype_id = imagetype_id;
     vimserverstorage.rootpath = rootpath;
     return vimserverstorage;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vimserverstorages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovimserverstorages(vimserverstorage vimserverstorage)
 {
     base.AddObject("vimserverstorages", vimserverstorage);
 }