Ejemplo n.º 1
0
        /// <summary>
        /// Create a new Adresy object.
        /// </summary>
        /// <param name="idTrasy">Initial value of the IdTrasy property.</param>
        public static Adresy CreateAdresy(global::System.Int32 idTrasy)
        {
            Adresy adresy = new Adresy();

            adresy.IdTrasy = idTrasy;
            return(adresy);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Adresy EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdresy(Adresy adresy)
 {
     base.AddObject("Adresy", adresy);
 }