/// <summary> /// Deprecated Method for adding a new object to the UITestCasesDetails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUITestCasesDetails(UITestCasesDetails uITestCasesDetails) { base.AddObject("UITestCasesDetails", uITestCasesDetails); }
public void CreateUITestCasesDetails(UITestCasesDetails source) { context.UITestCasesDetails.AddObject(source); }
/// <summary> /// Create a new UITestCasesDetails object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="deployeID">Initial value of the DeployeID property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="note">Initial value of the Note property.</param> /// <param name="creaedDate">Initial value of the CreaedDate property.</param> public static UITestCasesDetails CreateUITestCasesDetails(global::System.Int32 id, global::System.Int32 deployeID, global::System.Int32 status, global::System.String note, global::System.DateTime creaedDate) { UITestCasesDetails uITestCasesDetails = new UITestCasesDetails(); uITestCasesDetails.ID = id; uITestCasesDetails.DeployeID = deployeID; uITestCasesDetails.Status = status; uITestCasesDetails.Note = note; uITestCasesDetails.CreaedDate = creaedDate; return uITestCasesDetails; }