コード例 #1
0
 /// <summary>
 /// Create a new cdtoc_raw object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="release">Initial value of the release property.</param>
 /// <param name="discid">Initial value of the discid property.</param>
 /// <param name="track_count">Initial value of the track_count property.</param>
 /// <param name="leadout_offset">Initial value of the leadout_offset property.</param>
 public static cdtoc_raw Createcdtoc_raw(global::System.Int32 id, global::System.Int32 release, global::System.String discid, global::System.Int32 track_count, global::System.Int32 leadout_offset)
 {
     cdtoc_raw cdtoc_raw = new cdtoc_raw();
     cdtoc_raw.id = id;
     cdtoc_raw.release = release;
     cdtoc_raw.discid = discid;
     cdtoc_raw.track_count = track_count;
     cdtoc_raw.leadout_offset = leadout_offset;
     return cdtoc_raw;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the cdtoc_raw EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocdtoc_raw(cdtoc_raw cdtoc_raw)
 {
     base.AddObject("cdtoc_raw", cdtoc_raw);
 }