Пример #1
0
 /// <summary>
 /// Create a new AdjusterNote object.
 /// </summary>
 /// <param name="noteID">Initial value of the NoteID property.</param>
 public static AdjusterNote CreateAdjusterNote(global::System.Int32 noteID)
 {
     AdjusterNote adjusterNote = new AdjusterNote();
     adjusterNote.NoteID = noteID;
     return adjusterNote;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AdjusterNotes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdjusterNotes(AdjusterNote adjusterNote)
 {
     base.AddObject("AdjusterNotes", adjusterNote);
 }