/// <summary>
 /// Deprecated Method for adding a new object to the contentlibraries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocontentlibraries(contentlibrary contentlibrary)
 {
     base.AddObject("contentlibraries", contentlibrary);
 }
 /// <summary>
 /// Create a new contentlibrary object.
 /// </summary>
 /// <param name="idLibLocation">Initial value of the idLibLocation property.</param>
 /// <param name="geosite_id">Initial value of the geosite_id property.</param>
 /// <param name="branch_id">Initial value of the branch_id property.</param>
 /// <param name="zip_path">Initial value of the zip_path property.</param>
 /// <param name="build">Initial value of the build property.</param>
 public static contentlibrary Createcontentlibrary(global::System.Int64 idLibLocation, global::System.Int32 geosite_id, global::System.Int64 branch_id, global::System.String zip_path, global::System.String build)
 {
     contentlibrary contentlibrary = new contentlibrary();
     contentlibrary.idLibLocation = idLibLocation;
     contentlibrary.geosite_id = geosite_id;
     contentlibrary.branch_id = branch_id;
     contentlibrary.zip_path = zip_path;
     contentlibrary.build = build;
     return contentlibrary;
 }