/// <summary> /// Create a new Deviation object. /// </summary> /// <param name="dID">Initial value of the DID property.</param> /// <param name="rEPID">Initial value of the REPID property.</param> /// <param name="startDate">Initial value of the StartDate property.</param> /// <param name="stopDate">Initial value of the StopDate property.</param> public static Deviation CreateDeviation(global::System.Int32 dID, global::System.String rEPID, global::System.DateTime startDate, global::System.DateTime stopDate) { Deviation deviation = new Deviation(); deviation.DID = dID; deviation.REPID = rEPID; deviation.StartDate = startDate; deviation.StopDate = stopDate; return deviation; }
/// <summary> /// Deprecated Method for adding a new object to the Deviation EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDeviation(Deviation deviation) { base.AddObject("Deviation", deviation); }