コード例 #1
0
 /// <summary>
 /// Create a new RosterApp object.
 /// </summary>
 /// <param name="rotaApplD">Initial value of the RotaApplD property.</param>
 public static RosterApp CreateRosterApp(global::System.Int32 rotaApplD)
 {
     RosterApp rosterApp = new RosterApp();
     rosterApp.RotaApplD = rotaApplD;
     return rosterApp;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RosterApps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRosterApps(RosterApp rosterApp)
 {
     base.AddObject("RosterApps", rosterApp);
 }