/// <summary> /// Create a new BRAK object. /// </summary> /// <param name="sIFRA">Initial value of the SIFRA property.</param> public static BRAK CreateBRAK(global::System.Int16 sIFRA) { BRAK bRAK = new BRAK(); bRAK.SIFRA = sIFRA; return bRAK; }
/// <summary> /// Deprecated Method for adding a new object to the BRAK EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBRAK(BRAK bRAK) { base.AddObject("BRAK", bRAK); }