/// <summary>
 /// Create a new SelectorPubCar object.
 /// </summary>
 /// <param name="carCD">Initial value of the CarCD property.</param>
 /// <param name="makeCD">Initial value of the MakeCD property.</param>
 /// <param name="yearCD">Initial value of the YearCD property.</param>
 /// <param name="modelCD">Initial value of the ModelCD property.</param>
 /// <param name="bodyCD">Initial value of the BodyCD property.</param>
 /// <param name="catalogCD">Initial value of the CatalogCD property.</param>
 /// <param name="patternProdCD">Initial value of the PatternProdCD property.</param>
 /// <param name="catalogSetid">Initial value of the CatalogSetid property.</param>
 /// <param name="patternProdSetid">Initial value of the PatternProdSetid property.</param>
 public static SelectorPubCar CreateSelectorPubCar(global::System.String carCD, global::System.String makeCD, global::System.Decimal yearCD, global::System.String modelCD, global::System.String bodyCD, global::System.String catalogCD, global::System.String patternProdCD, global::System.String catalogSetid, global::System.String patternProdSetid)
 {
     SelectorPubCar selectorPubCar = new SelectorPubCar();
     selectorPubCar.CarCD = carCD;
     selectorPubCar.MakeCD = makeCD;
     selectorPubCar.YearCD = yearCD;
     selectorPubCar.ModelCD = modelCD;
     selectorPubCar.BodyCD = bodyCD;
     selectorPubCar.CatalogCD = catalogCD;
     selectorPubCar.PatternProdCD = patternProdCD;
     selectorPubCar.CatalogSetid = catalogSetid;
     selectorPubCar.PatternProdSetid = patternProdSetid;
     return selectorPubCar;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SelectorPubCars EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSelectorPubCars(SelectorPubCar selectorPubCar)
 {
     base.AddObject("SelectorPubCars", selectorPubCar);
 }