/// <summary> /// Deprecated Method for adding a new object to the CDSLinks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCDSLinks(CDSLink cDSLink) { base.AddObject("CDSLinks", cDSLink); }
/// <summary> /// Create a new CDSLink object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="family">Initial value of the Family property.</param> /// <param name="itemType">Initial value of the ItemType property.</param> /// <param name="cDSManufacturer">Initial value of the CDSManufacturer property.</param> /// <param name="cDSProdNum">Initial value of the CDSProdNum property.</param> public static CDSLink CreateCDSLink(global::System.Int32 id, global::System.String family, global::System.String itemType, global::System.String cDSManufacturer, global::System.String cDSProdNum) { CDSLink cDSLink = new CDSLink(); cDSLink.Id = id; cDSLink.Family = family; cDSLink.ItemType = itemType; cDSLink.CDSManufacturer = cDSManufacturer; cDSLink.CDSProdNum = cDSProdNum; return cDSLink; }