Exemplo n.º 1
0
 /// <summary>
 /// Create a new tmdlreasoncodestep object.
 /// </summary>
 /// <param name="reasoncode">Initial value of the reasoncode property.</param>
 /// <param name="stepsysid">Initial value of the stepsysid property.</param>
 /// <param name="lastmodifieduser">Initial value of the lastmodifieduser property.</param>
 /// <param name="lastmodifiedtime">Initial value of the lastmodifiedtime property.</param>
 public static tmdlreasoncodestep Createtmdlreasoncodestep(global::System.String reasoncode, global::System.String stepsysid, global::System.String lastmodifieduser, global::System.DateTime lastmodifiedtime)
 {
     tmdlreasoncodestep tmdlreasoncodestep = new tmdlreasoncodestep();
     tmdlreasoncodestep.reasoncode = reasoncode;
     tmdlreasoncodestep.stepsysid = stepsysid;
     tmdlreasoncodestep.lastmodifieduser = lastmodifieduser;
     tmdlreasoncodestep.lastmodifiedtime = lastmodifiedtime;
     return tmdlreasoncodestep;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tmdlreasoncodestep EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotmdlreasoncodestep(tmdlreasoncodestep tmdlreasoncodestep)
 {
     base.AddObject("tmdlreasoncodestep", tmdlreasoncodestep);
 }