/// <summary>
 /// Create a new AttCode object.
 /// </summary>
 /// <param name="attID">Initial value of the AttID property.</param>
 public static AttCode CreateAttCode(global::System.String attID)
 {
     AttCode attCode = new AttCode();
     attCode.AttID = attID;
     return attCode;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AttCodes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAttCodes(AttCode attCode)
 {
     base.AddObject("AttCodes", attCode);
 }