/// <summary>
 /// Deprecated Method for adding a new object to the CommandCIPs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCommandCIPs(CommandCIP commandCIP)
 {
     base.AddObject("CommandCIPs", commandCIP);
 }
 /// <summary>
 /// Create a new CommandCIP object.
 /// </summary>
 /// <param name="commandCIPID">Initial value of the CommandCIPID property.</param>
 /// <param name="application">Initial value of the Application property.</param>
 /// <param name="commandName">Initial value of the CommandName property.</param>
 /// <param name="commandType">Initial value of the CommandType property.</param>
 /// <param name="itemCount">Initial value of the ItemCount property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="elapsedTime">Initial value of the ElapsedTime property.</param>
 public static CommandCIP CreateCommandCIP(global::System.Guid commandCIPID, global::System.Guid application, global::System.String commandName, global::System.String commandType, global::System.Int64 itemCount, global::System.DateTime createDate, global::System.String status, global::System.Int64 elapsedTime)
 {
     CommandCIP commandCIP = new CommandCIP();
     commandCIP.CommandCIPID = commandCIPID;
     commandCIP.Application = application;
     commandCIP.CommandName = commandName;
     commandCIP.CommandType = commandType;
     commandCIP.ItemCount = itemCount;
     commandCIP.CreateDate = createDate;
     commandCIP.Status = status;
     commandCIP.ElapsedTime = elapsedTime;
     return commandCIP;
 }