Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the jobnumbers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTojobnumbers(jobnumber jobnumber)
 {
     base.AddObject("jobnumbers", jobnumber);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new jobnumber object.
 /// </summary>
 /// <param name="jobNumber1">Initial value of the JobNumber1 property.</param>
 /// <param name="nStatus">Initial value of the nStatus property.</param>
 /// <param name="emailAddress">Initial value of the EmailAddress property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static jobnumber Createjobnumber(global::System.String jobNumber1, global::System.Int32 nStatus, global::System.String emailAddress, global::System.DateTime stamp)
 {
     jobnumber jobnumber = new jobnumber();
     jobnumber.JobNumber1 = jobNumber1;
     jobnumber.nStatus = nStatus;
     jobnumber.EmailAddress = emailAddress;
     jobnumber.Stamp = stamp;
     return jobnumber;
 }