コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PrTrackGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrTrackGroups(PrTrackGroup prTrackGroup)
 {
     base.AddObject("PrTrackGroups", prTrackGroup);
 }
コード例 #2
0
 /// <summary>
 /// Create a new PrTrackGroup object.
 /// </summary>
 /// <param name="trackgroupid">Initial value of the trackgroupid property.</param>
 /// <param name="trackid">Initial value of the trackid property.</param>
 /// <param name="gid">Initial value of the gid property.</param>
 /// <param name="groupOrder">Initial value of the groupOrder property.</param>
 public static PrTrackGroup CreatePrTrackGroup(global::System.Int32 trackgroupid, global::System.Int32 trackid, global::System.Int32 gid, global::System.Int32 groupOrder)
 {
     PrTrackGroup prTrackGroup = new PrTrackGroup();
     prTrackGroup.trackgroupid = trackgroupid;
     prTrackGroup.trackid = trackid;
     prTrackGroup.gid = gid;
     prTrackGroup.groupOrder = groupOrder;
     return prTrackGroup;
 }