コード例 #1
0
 /// <summary>
 /// Create a new ZDST_KLAS object.
 /// </summary>
 /// <param name="iD_APTEKI">Initial value of the ID_APTEKI property.</param>
 /// <param name="iD_ZDST">Initial value of the ID_ZDST property.</param>
 /// <param name="iD_KLASYFIKACJE">Initial value of the ID_KLASYFIKACJE property.</param>
 /// <param name="wARTOSC">Initial value of the WARTOSC property.</param>
 public static ZDST_KLAS CreateZDST_KLAS(global::System.Int32 iD_APTEKI, global::System.Double iD_ZDST, global::System.Int32 iD_KLASYFIKACJE, global::System.String wARTOSC)
 {
     ZDST_KLAS zDST_KLAS = new ZDST_KLAS();
     zDST_KLAS.ID_APTEKI = iD_APTEKI;
     zDST_KLAS.ID_ZDST = iD_ZDST;
     zDST_KLAS.ID_KLASYFIKACJE = iD_KLASYFIKACJE;
     zDST_KLAS.WARTOSC = wARTOSC;
     return zDST_KLAS;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ZDST_KLAS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToZDST_KLAS(ZDST_KLAS zDST_KLAS)
 {
     base.AddObject("ZDST_KLAS", zDST_KLAS);
 }