/// <summary> /// Deprecated Method for adding a new object to the LastWomensPositions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLastWomensPositions(LastWomensPosition lastWomensPosition) { base.AddObject("LastWomensPositions", lastWomensPosition); }
/// <summary> /// Create a new LastWomensPosition object. /// </summary> /// <param name="clothesId">Initial value of the ClothesId property.</param> /// <param name="pictureId">Initial value of the PictureId property.</param> public static LastWomensPosition CreateLastWomensPosition(global::System.Int32 clothesId, global::System.Int32 pictureId) { LastWomensPosition lastWomensPosition = new LastWomensPosition(); lastWomensPosition.ClothesId = clothesId; lastWomensPosition.PictureId = pictureId; return lastWomensPosition; }