Exemplo n.º 1
0
 /// <summary>
 /// Create a new V_OptionLog object.
 /// </summary>
 /// <param name="logId">Initial value of the LogId property.</param>
 /// <param name="logTime">Initial value of the LogTime property.</param>
 /// <param name="vOptId">Initial value of the VOptId property.</param>
 /// <param name="statusbefore">Initial value of the Statusbefore property.</param>
 /// <param name="statusafter">Initial value of the Statusafter property.</param>
 /// <param name="operid">Initial value of the operid property.</param>
 public static V_OptionLog CreateV_OptionLog(global::System.Int32 logId, global::System.DateTime logTime, global::System.Int32 vOptId, global::System.Int32 statusbefore, global::System.Int32 statusafter, global::System.String operid)
 {
     V_OptionLog v_OptionLog = new V_OptionLog();
     v_OptionLog.LogId = logId;
     v_OptionLog.LogTime = logTime;
     v_OptionLog.VOptId = vOptId;
     v_OptionLog.Statusbefore = statusbefore;
     v_OptionLog.Statusafter = statusafter;
     v_OptionLog.operid = operid;
     return v_OptionLog;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the V_OptionLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToV_OptionLog(V_OptionLog v_OptionLog)
 {
     base.AddObject("V_OptionLog", v_OptionLog);
 }