Ejemplo n.º 1
0
 /// <summary>
 /// Create a new SICIL object.
 /// </summary>
 /// <param name="sICIL2K">Initial value of the SICIL2K property.</param>
 /// <param name="sICILKOD">Initial value of the SICILKOD property.</param>
 /// <param name="sICILNO">Initial value of the SICILNO property.</param>
 /// <param name="aDI">Initial value of the ADI property.</param>
 /// <param name="sOYADI">Initial value of the SOYADI property.</param>
 /// <param name="pERSONELTIPK">Initial value of the PERSONELTIPK property.</param>
 /// <param name="mEZUNBOLK">Initial value of the MEZUNBOLK property.</param>
 public static SICIL CreateSICIL(global::System.Int32 sICIL2K, global::System.Int32 sICILKOD, global::System.String sICILNO, global::System.String aDI, global::System.String sOYADI, global::System.Int32 pERSONELTIPK, global::System.Int32 mEZUNBOLK)
 {
     SICIL sICIL = new SICIL();
     sICIL.SICIL2K = sICIL2K;
     sICIL.SICILKOD = sICILKOD;
     sICIL.SICILNO = sICILNO;
     sICIL.ADI = aDI;
     sICIL.SOYADI = sOYADI;
     sICIL.PERSONELTIPK = pERSONELTIPK;
     sICIL.MEZUNBOLK = mEZUNBOLK;
     return sICIL;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SICILs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSICILs(SICIL sICIL)
 {
     base.AddObject("SICILs", sICIL);
 }