示例#1
0
文件: Model.cs 项目: AiSvt/pr
 /// <summary>
 /// Deprecated Method for adding a new object to the ProfessionSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProfessionSet(Profession profession)
 {
     base.AddObject("ProfessionSet", profession);
 }
示例#2
0
文件: Model.cs 项目: AiSvt/pr
 /// <summary>
 /// Create a new Profession object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static Profession CreateProfession(global::System.Int32 id, global::System.String name)
 {
     Profession profession = new Profession();
     profession.id = id;
     profession.name = name;
     return profession;
 }