コード例 #1
0
ファイル: Model9.Designer.cs プロジェクト: skishchampi/TSLU
 /// <summary>
 /// Create a new AuthDic object.
 /// </summary>
 /// <param name="aID">Initial value of the AID property.</param>
 /// <param name="dID">Initial value of the DID property.</param>
 public static AuthDic CreateAuthDic(global::System.Int32 aID, global::System.Int32 dID)
 {
     AuthDic authDic = new AuthDic();
     authDic.AID = aID;
     authDic.DID = dID;
     return authDic;
 }
コード例 #2
0
ファイル: Model9.Designer.cs プロジェクト: skishchampi/TSLU
 /// <summary>
 /// Deprecated Method for adding a new object to the AuthDics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuthDics(AuthDic authDic)
 {
     base.AddObject("AuthDics", authDic);
 }