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