/// <summary> /// Deprecated Method for adding a new object to the WIP_EVENT EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToWIP_EVENT(WIP_EVENT wIP_EVENT) { base.AddObject("WIP_EVENT", wIP_EVENT); }
/// <summary> /// Create a new WIP_EVENT object. /// </summary> /// <param name="sERIAL_NUM">Initial value of the SERIAL_NUM property.</param> /// <param name="tRANS_SEQ">Initial value of the TRANS_SEQ property.</param> /// <param name="eVENT_DATE">Initial value of the EVENT_DATE property.</param> public static WIP_EVENT CreateWIP_EVENT(global::System.String sERIAL_NUM, global::System.Decimal tRANS_SEQ, global::System.DateTime eVENT_DATE) { WIP_EVENT wIP_EVENT = new WIP_EVENT(); wIP_EVENT.SERIAL_NUM = sERIAL_NUM; wIP_EVENT.TRANS_SEQ = tRANS_SEQ; wIP_EVENT.EVENT_DATE = eVENT_DATE; return wIP_EVENT; }