/// <summary> /// Deprecated Method for adding a new object to the SpeechPara EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSpeechPara(SpeechPara speechPara) { base.AddObject("SpeechPara", speechPara); }
/// <summary> /// Create a new SpeechPara object. /// </summary> /// <param name="speechParaId">Initial value of the SpeechParaId property.</param> public static SpeechPara CreateSpeechPara(global::System.Int32 speechParaId) { SpeechPara speechPara = new SpeechPara(); speechPara.SpeechParaId = speechParaId; return speechPara; }