/// <summary> /// Deprecated Method for adding a new object to the LangDics EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLangDics(LangDic langDic) { base.AddObject("LangDics", langDic); }
/// <summary> /// Create a new LangDic object. /// </summary> /// <param name="dID">Initial value of the DID property.</param> /// <param name="lID">Initial value of the LID property.</param> /// <param name="tYPE">Initial value of the TYPE property.</param> public static LangDic CreateLangDic(global::System.Int32 dID, global::System.Int32 lID, global::System.String tYPE) { LangDic langDic = new LangDic(); langDic.DID = dID; langDic.LID = lID; langDic.TYPE = tYPE; return langDic; }