Пример #1
0
        /// <summary>
        /// Create a new Audiometer object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="audiometer_Pacient">Initial value of the audiometer_Pacient property.</param>
        public static Audiometer CreateAudiometer(global::System.Int32 id, global::System.Int32 audiometer_Pacient)
        {
            Audiometer audiometer = new Audiometer();

            audiometer.Id = id;
            audiometer.audiometer_Pacient = audiometer_Pacient;
            return(audiometer);
        }
Пример #2
0
 /// <summary>
 /// Create a new Audiometer object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="audiometer_Pacient">Initial value of the audiometer_Pacient property.</param>
 public static Audiometer CreateAudiometer(global::System.Int32 id, global::System.Int32 audiometer_Pacient)
 {
     Audiometer audiometer = new Audiometer();
     audiometer.Id = id;
     audiometer.audiometer_Pacient = audiometer_Pacient;
     return audiometer;
 }
Пример #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Audiometers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAudiometers(Audiometer audiometer)
 {
     base.AddObject("Audiometers", audiometer);
 }
Пример #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Audiometers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAudiometers(Audiometer audiometer)
 {
     base.AddObject("Audiometers", audiometer);
 }