コード例 #1
0
 /// <summary>
 /// Crear un nuevo objeto iftMonitoreoCriticaNotificacion.
 /// </summary>
 /// <param name="intIdNotificacion">Valor inicial de la propiedad intIdNotificacion.</param>
 public static iftMonitoreoCriticaNotificacion CreateiftMonitoreoCriticaNotificacion(global::System.Int32 intIdNotificacion)
 {
     iftMonitoreoCriticaNotificacion iftMonitoreoCriticaNotificacion = new iftMonitoreoCriticaNotificacion();
     iftMonitoreoCriticaNotificacion.intIdNotificacion = intIdNotificacion;
     return iftMonitoreoCriticaNotificacion;
 }
コード例 #2
0
 /// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet iftMonitoreoCriticaNotificacion. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToiftMonitoreoCriticaNotificacion(iftMonitoreoCriticaNotificacion iftMonitoreoCriticaNotificacion)
 {
     base.AddObject("iftMonitoreoCriticaNotificacion", iftMonitoreoCriticaNotificacion);
 }