/// <summary>
 /// Deprecated Method for adding a new object to the recording_puid EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecording_puid(recording_puid recording_puid)
 {
     base.AddObject("recording_puid", recording_puid);
 }
 /// <summary>
 /// Create a new recording_puid object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="puid">Initial value of the puid property.</param>
 /// <param name="recording">Initial value of the recording property.</param>
 /// <param name="edits_pending">Initial value of the edits_pending property.</param>
 public static recording_puid Createrecording_puid(global::System.Int32 id, global::System.Int32 puid, global::System.Int32 recording, global::System.Int32 edits_pending)
 {
     recording_puid recording_puid = new recording_puid();
     recording_puid.id = id;
     recording_puid.puid = puid;
     recording_puid.recording = recording;
     recording_puid.edits_pending = edits_pending;
     return recording_puid;
 }