/// <summary>
 /// Deprecated Method for adding a new object to the component_image EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocomponent_image(component_image component_image)
 {
     base.AddObject("component_image", component_image);
 }
 /// <summary>
 /// Create a new component_image object.
 /// </summary>
 /// <param name="page">Initial value of the page property.</param>
 /// <param name="component">Initial value of the component property.</param>
 /// <param name="asset">Initial value of the asset property.</param>
 /// <param name="isActive">Initial value of the isActive property.</param>
 public static component_image Createcomponent_image(global::System.String page, global::System.String component, global::System.Int32 asset, global::System.Boolean isActive)
 {
     component_image component_image = new component_image();
     component_image.page = page;
     component_image.component = component;
     component_image.asset = asset;
     component_image.isActive = isActive;
     return component_image;
 }