/// <summary> /// Deprecated Method for adding a new object to the DocRecordPhases EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDocRecordPhases(DocRecordPhase docRecordPhase) { base.AddObject("DocRecordPhases", docRecordPhase); }
/// <summary> /// Create a new DocRecordPhase object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static DocRecordPhase CreateDocRecordPhase(global::System.Int32 id) { DocRecordPhase docRecordPhase = new DocRecordPhase(); docRecordPhase.Id = id; return docRecordPhase; }