Ejemplo n.º 1
0
 /// <summary>
 /// Create a new REESTR_VEDOMOSTEI object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="bLANK_ID">Initial value of the BLANK_ID property.</param>
 public static REESTR_VEDOMOSTEI CreateREESTR_VEDOMOSTEI(global::System.Int32 id, global::System.String bLANK_ID)
 {
     REESTR_VEDOMOSTEI rEESTR_VEDOMOSTEI = new REESTR_VEDOMOSTEI();
     rEESTR_VEDOMOSTEI.ID = id;
     rEESTR_VEDOMOSTEI.BLANK_ID = bLANK_ID;
     return rEESTR_VEDOMOSTEI;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the REESTR_VEDOMOSTEI EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToREESTR_VEDOMOSTEI(REESTR_VEDOMOSTEI rEESTR_VEDOMOSTEI)
 {
     base.AddObject("REESTR_VEDOMOSTEI", rEESTR_VEDOMOSTEI);
 }