Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LOG_ERROR EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLOG_ERROR(LOG_ERROR lOG_ERROR)
 {
     base.AddObject("LOG_ERROR", lOG_ERROR);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new LOG_ERROR object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="mensaje">Initial value of the mensaje property.</param>
 /// <param name="idUsuario">Initial value of the idUsuario property.</param>
 /// <param name="fecha">Initial value of the fecha property.</param>
 /// <param name="clase">Initial value of the clase property.</param>
 /// <param name="metodo">Initial value of the metodo property.</param>
 public static LOG_ERROR CreateLOG_ERROR(global::System.Int32 id, global::System.String mensaje, global::System.Int32 idUsuario, global::System.DateTime fecha, global::System.String clase, global::System.String metodo)
 {
     LOG_ERROR lOG_ERROR = new LOG_ERROR();
     lOG_ERROR.id = id;
     lOG_ERROR.mensaje = mensaje;
     lOG_ERROR.idUsuario = idUsuario;
     lOG_ERROR.fecha = fecha;
     lOG_ERROR.clase = clase;
     lOG_ERROR.metodo = metodo;
     return lOG_ERROR;
 }