Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the recording_tag_raw EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecording_tag_raw(recording_tag_raw recording_tag_raw)
 {
     base.AddObject("recording_tag_raw", recording_tag_raw);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new recording_tag_raw object.
 /// </summary>
 /// <param name="recording">Initial value of the recording property.</param>
 /// <param name="editor">Initial value of the editor property.</param>
 /// <param name="tag">Initial value of the tag property.</param>
 public static recording_tag_raw Createrecording_tag_raw(global::System.Int32 recording, global::System.Int32 editor, global::System.Int32 tag)
 {
     recording_tag_raw recording_tag_raw = new recording_tag_raw();
     recording_tag_raw.recording = recording;
     recording_tag_raw.editor = editor;
     recording_tag_raw.tag = tag;
     return recording_tag_raw;
 }