コード例 #1
0
        /// <summary>
        /// Create a new Instrumenty object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static Instrumenty CreateInstrumenty(global::System.Int32 id)
        {
            Instrumenty instrumenty = new Instrumenty();

            instrumenty.Id = id;
            return(instrumenty);
        }
コード例 #2
0
 /// <summary>
 /// Create a new Instrumenty object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Instrumenty CreateInstrumenty(global::System.Int32 id)
 {
     Instrumenty instrumenty = new Instrumenty();
     instrumenty.Id = id;
     return instrumenty;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Instrumenty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstrumenty(Instrumenty instrumenty)
 {
     base.AddObject("Instrumenty", instrumenty);
 }
コード例 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Instrumenty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstrumenty(Instrumenty instrumenty)
 {
     base.AddObject("Instrumenty", instrumenty);
 }