/// <summary> /// Deprecated Method for adding a new object to the Chipsets EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToChipsets(Chipset chipset) { base.AddObject("Chipsets", chipset); }
private bool FilterChipset(Chipset entity) { return (entity.Id == this.ChipsetId); }
/// <summary> /// Create a new Chipset object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> public static Chipset CreateChipset(global::System.Int32 id, global::System.String name) { Chipset chipset = new Chipset(); chipset.Id = id; chipset.Name = name; return chipset; }