示例#1
0
 /// <summary>
 /// Create a new DJ object.
 /// </summary>
 /// <param name="dJID">Initial value of the DJID property.</param>
 /// <param name="dJName">Initial value of the DJName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="info">Initial value of the Info property.</param>
 public static DJ CreateDJ(global::System.Int32 dJID, global::System.String dJName, global::System.String password, global::System.String info)
 {
     DJ dJ = new DJ();
     dJ.DJID = dJID;
     dJ.DJName = dJName;
     dJ.Password = password;
     dJ.Info = info;
     return dJ;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DJs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDJs(DJ dJ)
 {
     base.AddObject("DJs", dJ);
 }