/// <summary> /// Create a new Team object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="guid">Initial value of the Guid property.</param> /// <param name="createdBy">Initial value of the CreatedBy property.</param> /// <param name="createdAt">Initial value of the CreatedAt property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="timestamp">Initial value of the Timestamp property.</param> public static Team CreateTeam(global::System.Int32 id, global::System.Guid guid, global::System.String createdBy, global::System.DateTime createdAt, global::System.String name, global::System.Byte[] timestamp) { Team team = new Team(); team.ID = id; team.Guid = guid; team.CreatedBy = createdBy; team.CreatedAt = createdAt; team.Name = name; team.Timestamp = timestamp; return team; }
/// <summary> /// Deprecated Method for adding a new object to the Teams EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTeams(Team team) { base.AddObject("Teams", team); }