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