コード例 #1
0
ファイル: EvenselPOS.Designer.cs プロジェクト: EvenselIT/POS
 /// <summary>
 /// Create a new Category object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="category1">Initial value of the Category1 property.</param>
 public static Category CreateCategory(global::System.Int32 id, global::System.String category1)
 {
     Category category = new Category();
     category.ID = id;
     category.Category1 = category1;
     return category;
 }
コード例 #2
0
ファイル: EvenselPOS.Designer.cs プロジェクト: EvenselIT/POS
 /// <summary>
 /// Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCategories(Category category)
 {
     base.AddObject("Categories", category);
 }