Beispiel #1
0
 /// <summary>
 /// Create a new MEZUNBOL object.
 /// </summary>
 /// <param name="mEZUNBOLK">Initial value of the MEZUNBOLK property.</param>
 /// <param name="mEZUNA">Initial value of the MEZUNA property.</param>
 /// <param name="kOD">Initial value of the KOD property.</param>
 public static MEZUNBOL CreateMEZUNBOL(global::System.Int32 mEZUNBOLK, global::System.String mEZUNA, global::System.Int32 kOD)
 {
     MEZUNBOL mEZUNBOL = new MEZUNBOL();
     mEZUNBOL.MEZUNBOLK = mEZUNBOLK;
     mEZUNBOL.MEZUNA = mEZUNA;
     mEZUNBOL.KOD = kOD;
     return mEZUNBOL;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MEZUNBOLs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMEZUNBOLs(MEZUNBOL mEZUNBOL)
 {
     base.AddObject("MEZUNBOLs", mEZUNBOL);
 }