Ejemplo n.º 1
0
 /// <summary>
 /// Create a new BrewLogEntry object.
 /// </summary>
 /// <param name="brewLogEntryId">Initial value of the BrewLogEntryId property.</param>
 public static BrewLogEntry CreateBrewLogEntry(global::System.Int32 brewLogEntryId)
 {
     BrewLogEntry brewLogEntry = new BrewLogEntry();
     brewLogEntry.BrewLogEntryId = brewLogEntryId;
     return brewLogEntry;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BrewLogEntries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBrewLogEntries(BrewLogEntry brewLogEntry)
 {
     base.AddObject("BrewLogEntries", brewLogEntry);
 }