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