/// <summary> /// Create a new TaxType object. /// </summary> /// <param name="taxTypeID">Initial value of the TaxTypeID property.</param> public static TaxType CreateTaxType(global::System.Int32 taxTypeID) { TaxType taxType = new TaxType(); taxType.TaxTypeID = taxTypeID; return taxType; }
/// <summary> /// Deprecated Method for adding a new object to the TaxTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTaxTypes(TaxType taxType) { base.AddObject("TaxTypes", taxType); }