/// <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; }
/// <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<T> asociada. /// </summary> public void AddToiftMonitoreoCriticaNotificacion(iftMonitoreoCriticaNotificacion iftMonitoreoCriticaNotificacion) { base.AddObject("iftMonitoreoCriticaNotificacion", iftMonitoreoCriticaNotificacion); }