/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the BrewLogEntries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBrewLogEntries(BrewLogEntry brewLogEntry) { base.AddObject("BrewLogEntries", brewLogEntry); }