/// <summary> /// Create a new LegalService object. /// </summary> /// <param name="caseID">Initial value of the CaseID property.</param> public static LegalService CreateLegalService(global::System.Int32 caseID) { LegalService legalService = new LegalService(); legalService.CaseID = caseID; return legalService; }
/// <summary> /// Deprecated Method for adding a new object to the LegalServices EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLegalServices(LegalService legalService) { base.AddObject("LegalServices", legalService); }