summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.API/LogError.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.API/LogError.cs')
-rw-r--r--Gestor.Model/Model.API/LogError.cs126
1 files changed, 0 insertions, 126 deletions
diff --git a/Gestor.Model/Model.API/LogError.cs b/Gestor.Model/Model.API/LogError.cs
deleted file mode 100644
index 07f9731..0000000
--- a/Gestor.Model/Model.API/LogError.cs
+++ /dev/null
@@ -1,126 +0,0 @@
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.API
-{
- public class LogError
- {
- public DateTime Data
- {
- get;
- set;
- }
-
- public string Erro
- {
- get;
- set;
- }
-
- public string Fornecedor
- {
- get;
- set;
- }
-
- public string HelpLink
- {
- get;
- set;
- }
-
- public int HResult
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public int IdErro
- {
- get;
- set;
- }
-
- public long IdFornecedor
- {
- get;
- set;
- }
-
- public long IdUsuarioLogado
- {
- get;
- set;
- }
-
- public string InnerException
- {
- get;
- set;
- }
-
- public string Linha
- {
- get;
- set;
- }
-
- public string Maquina
- {
- get;
- set;
- }
-
- public string Message
- {
- get;
- set;
- }
-
- public string Objeto
- {
- get;
- set;
- }
-
- public string Source
- {
- get;
- set;
- }
-
- public string StackTrace
- {
- get;
- set;
- }
-
- public string UsuarioLogado
- {
- get;
- set;
- }
-
- public string UsuarioMaquina
- {
- get;
- set;
- }
-
- public string Versao
- {
- get;
- set;
- }
-
- public LogError()
- {
- }
- }
-} \ No newline at end of file