/// <summary>
 /// Create a new FlowLog object.
 /// </summary>
 /// <param name="logID">Initial value of the LogID property.</param>
 /// <param name="logStep">Initial value of the LogStep property.</param>
 /// <param name="toDoby">Initial value of the ToDoby property.</param>
 public static FlowLog CreateFlowLog(global::System.Int32 logID, global::System.Int32 logStep, global::System.Int32 toDoby)
 {
     FlowLog flowLog = new FlowLog();
     flowLog.LogID = logID;
     flowLog.LogStep = logStep;
     flowLog.ToDoby = toDoby;
     return flowLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FlowLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFlowLogs(FlowLog flowLog)
 {
     base.AddObject("FlowLogs", flowLog);
 }