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