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