/// <summary>
 /// Create a new D3AccountDigest object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="last_played_hero_id">Initial value of the last_played_hero_id property.</param>
 /// <param name="accountid">Initial value of the accountid property.</param>
 public static D3AccountDigest CreateD3AccountDigest(global::System.Guid id, global::System.Guid last_played_hero_id, global::System.Guid accountid)
 {
     D3AccountDigest d3AccountDigest = new D3AccountDigest();
     d3AccountDigest.id = id;
     d3AccountDigest.last_played_hero_id = last_played_hero_id;
     d3AccountDigest.accountid = accountid;
     return d3AccountDigest;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the D3AccountDigest EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToD3AccountDigest(D3AccountDigest d3AccountDigest)
 {
     base.AddObject("D3AccountDigest", d3AccountDigest);
 }