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