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