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