/// <summary>
 /// Create a new Instructions object.
 /// </summary>
 /// <param name="instructionsID">Initial value of the InstructionsID property.</param>
 /// <param name="instructionBankLenderID">Initial value of the InstructionBankLenderID property.</param>
 public static Instructions CreateInstructions(global::System.Guid instructionsID, global::System.Guid instructionBankLenderID)
 {
     Instructions instructions = new Instructions();
     instructions.InstructionsID = instructionsID;
     instructions.InstructionBankLenderID = instructionBankLenderID;
     return instructions;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Instructions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstructions(Instructions instructions)
 {
     base.AddObject("Instructions", instructions);
 }