/// <summary> /// Create a new EntKampRunde object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="entKampId">Initial value of the EntKampId property.</param> public static EntKampRunde CreateEntKampRunde(global::System.Int32 id, global::System.Int32 entKampId) { EntKampRunde entKampRunde = new EntKampRunde(); entKampRunde.Id = id; entKampRunde.EntKampId = entKampId; return entKampRunde; }
/// <summary> /// Deprecated Method for adding a new object to the EntKampRundeSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEntKampRundeSet(EntKampRunde entKampRunde) { base.AddObject("EntKampRundeSet", entKampRunde); }