/// <summary> /// Deprecated Method for adding a new object to the ShippingNotes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToShippingNotes(ShippingNote shippingNote) { base.AddObject("ShippingNotes", shippingNote); }
/// <summary> /// Create a new ShippingNote object. /// </summary> /// <param name="shippingNoteId">Initial value of the ShippingNoteId property.</param> public static ShippingNote CreateShippingNote(global::System.Int32 shippingNoteId) { ShippingNote shippingNote = new ShippingNote(); shippingNote.ShippingNoteId = shippingNoteId; return shippingNote; }