Example #1
0
        /// <summary>
        /// Create a new Assistito object.
        /// </summary>
        /// <param name="numeroTessera">Initial value of the NumeroTessera property.</param>
        public static Assistito CreateAssistito(global::System.Int32 numeroTessera)
        {
            Assistito assistito = new Assistito();

            assistito.NumeroTessera = numeroTessera;
            return(assistito);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Assistito EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAssistito(Assistito assistito)
 {
     base.AddObject("Assistito", assistito);
 }