示例#1
0
 /// <summary>
 /// 创建新的 CollegeFunctions 对象。
 /// </summary>
 /// <param name="id">ID 属性的初始值。</param>
 /// <param name="collegeId">CollegeId 属性的初始值。</param>
 /// <param name="functionId">FunctionId 属性的初始值。</param>
 public static CollegeFunctions CreateCollegeFunctions(global::System.Int32 id, global::System.Int32 collegeId, global::System.Int32 functionId)
 {
     CollegeFunctions collegeFunctions = new CollegeFunctions();
     collegeFunctions.ID = id;
     collegeFunctions.CollegeId = collegeId;
     collegeFunctions.FunctionId = functionId;
     return collegeFunctions;
 }
示例#2
0
 /// <summary>
 /// 用于向 CollegeFunctions EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToCollegeFunctions(CollegeFunctions collegeFunctions)
 {
     base.AddObject("CollegeFunctions", collegeFunctions);
 }