/// <summary> /// Create a new DispLog object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static DispLog CreateDispLog(global::System.Int32 id) { DispLog dispLog = new DispLog(); dispLog.ID = id; return dispLog; }
/// <summary> /// Deprecated Method for adding a new object to the DispLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDispLog(DispLog dispLog) { base.AddObject("DispLog", dispLog); }