コード例 #1
0
ファイル: SGEBModel.Designer.cs プロジェクト: The-mak/sgeb
 /// <summary>
 /// Deprecated Method for adding a new object to the Sheets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSheets(Sheet sheet)
 {
     base.AddObject("Sheets", sheet);
 }
コード例 #2
0
ファイル: SGEBModel.Designer.cs プロジェクト: The-mak/sgeb
 /// <summary>
 /// Create a new Sheet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Sheet CreateSheet(global::System.Int32 id)
 {
     Sheet sheet = new Sheet();
     sheet.Id = id;
     return sheet;
 }