Ejemplo n.º 1
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);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new CategoryLog object.
 /// </summary>
 /// <param name="categoryLogID">Initial value of the CategoryLogID property.</param>
 /// <param name="categoryID">Initial value of the CategoryID property.</param>
 /// <param name="logID">Initial value of the LogID property.</param>
 public static CategoryLog CreateCategoryLog(global::System.Int32 categoryLogID, global::System.Int32 categoryID, global::System.Int32 logID)
 {
     CategoryLog categoryLog = new CategoryLog();
     categoryLog.CategoryLogID = categoryLogID;
     categoryLog.CategoryID = categoryID;
     categoryLog.LogID = logID;
     return categoryLog;
 }