コード例 #1
0
 /// <summary>
 /// Create a new TAA_RoleCallSheets object.
 /// </summary>
 /// <param name="rollCallSheetID">Initial value of the RollCallSheetID property.</param>
 /// <param name="micrositeID">Initial value of the MicrositeID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="deleted">Initial value of the Deleted property.</param>
 public static TAA_RoleCallSheets CreateTAA_RoleCallSheets(global::System.Int32 rollCallSheetID, global::System.Int32 micrositeID, global::System.String name, global::System.Boolean deleted)
 {
     TAA_RoleCallSheets tAA_RoleCallSheets = new TAA_RoleCallSheets();
     tAA_RoleCallSheets.RollCallSheetID = rollCallSheetID;
     tAA_RoleCallSheets.MicrositeID = micrositeID;
     tAA_RoleCallSheets.Name = name;
     tAA_RoleCallSheets.Deleted = deleted;
     return tAA_RoleCallSheets;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TAA_RoleCallSheets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTAA_RoleCallSheets(TAA_RoleCallSheets tAA_RoleCallSheets)
 {
     base.AddObject("TAA_RoleCallSheets", tAA_RoleCallSheets);
 }