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