/// <summary> /// Create a new PrdTyp object. /// </summary> /// <param name="typeId">Initial value of TypeId.</param> public static PrdTyp CreatePrdTyp(long typeId) { PrdTyp prdTyp = new PrdTyp(); prdTyp.TypeId = typeId; return prdTyp; }
/// <summary> /// Deprecated Method for adding a new object to the PrdTyps EntitySet. /// </summary> public void AddToPrdTyps(PrdTyp prdTyp) { base.AddObject("PrdTyps", prdTyp); }