/// <summary> /// Create a new MA_LOSTTIME object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static MA_LOSTTIME CreateMA_LOSTTIME(global::System.Int32 id) { MA_LOSTTIME mA_LOSTTIME = new MA_LOSTTIME(); mA_LOSTTIME.ID = id; return mA_LOSTTIME; }
/// <summary> /// Deprecated Method for adding a new object to the MA_LOSTTIME EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMA_LOSTTIME(MA_LOSTTIME mA_LOSTTIME) { base.AddObject("MA_LOSTTIME", mA_LOSTTIME); }