/// <summary>
 /// 新しい TxSeed オブジェクトを作成します。
 /// </summary>
 /// <param name="id">ID プロパティの初期値。</param>
 /// <param name="txID">TxID プロパティの初期値。</param>
 public static TxSeed CreateTxSeed(global::System.Int32 id, global::System.Int32 txID)
 {
     TxSeed txSeed = new TxSeed();
     txSeed.ID = id;
     txSeed.TxID = txID;
     return txSeed;
 }
 /// <summary>
 /// TxSeeds EntitySet に新しいオブジェクトを追加するための非推奨のメソッドです。代わりに、関連付けられている ObjectSet&lt;T&gt; プロパティの .Add メソッドを使用してください。
 /// </summary>
 public void AddToTxSeeds(TxSeed txSeed)
 {
     base.AddObject("TxSeeds", txSeed);
 }