Exemplo n.º 1
0
 /// <summary>
 /// Create a new CategoryLog object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static CategoryLog CreateCategoryLog(global::System.Int32 id)
 {
     CategoryLog categoryLog = new CategoryLog();
     categoryLog.Id = id;
     return categoryLog;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CategoryLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCategoryLogs(CategoryLog categoryLog)
 {
     base.AddObject("CategoryLogs", categoryLog);
 }