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