/// <summary> /// Create a new EntKamp object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="dato">Initial value of the Dato property.</param> /// <param name="robotId1">Initial value of the RobotId1 property.</param> /// <param name="robotId2">Initial value of the RobotId2 property.</param> public static EntKamp CreateEntKamp(global::System.Int32 id, global::System.DateTime dato, global::System.Int32 robotId1, global::System.Int32 robotId2) { EntKamp entKamp = new EntKamp(); entKamp.Id = id; entKamp.Dato = dato; entKamp.RobotId1 = robotId1; entKamp.RobotId2 = robotId2; return entKamp; }
/// <summary> /// Deprecated Method for adding a new object to the EntKampSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEntKampSet(EntKamp entKamp) { base.AddObject("EntKampSet", entKamp); }