/// <summary> /// Deprecated Method for adding a new object to the SelectorPatterns EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSelectorPatterns(SelectorPattern selectorPattern) { base.AddObject("SelectorPatterns", selectorPattern); }
/// <summary> /// Create a new SelectorPattern 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> public static SelectorPattern CreateSelectorPattern(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) { SelectorPattern selectorPattern = new SelectorPattern(); selectorPattern.CarCD = carCD; selectorPattern.MakeCD = makeCD; selectorPattern.YearCD = yearCD; selectorPattern.ModelCD = modelCD; selectorPattern.BodyCD = bodyCD; selectorPattern.CatalogCD = catalogCD; selectorPattern.PatternProdCD = patternProdCD; return selectorPattern; }