-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #690 from evaldoavelar/CTeDistribuicaoDFe
Adição do Web Service CTeDistribuicaoDFe
- Loading branch information
Showing
47 changed files
with
1,882 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
"" | ||
{ | ||
"FILE_VERSION" = "9237" | ||
"ENLISTMENT_CHOICE" = "NEVER" | ||
"PROJECT_FILE_RELATIVE_PATH" = "" | ||
"NUMBER_OF_EXCLUDED_FILES" = "0" | ||
"ORIGINAL_PROJECT_FILE_PATH" = "" | ||
"NUMBER_OF_NESTED_PROJECTS" = "0" | ||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/********************************************************************************/ | ||
/* Projeto: Biblioteca ZeusNFe */ | ||
/* Biblioteca C# para emissão de Nota Fiscal Eletrônica - NFe e Nota Fiscal de */ | ||
/* Consumidor Eletrônica - NFC-e (http://www.nfe.fazenda.gov.br) */ | ||
/* */ | ||
/* Direitos Autorais Reservados (c) 2014 Adenilton Batista da Silva */ | ||
/* Zeusdev Tecnologia LTDA ME */ | ||
/* */ | ||
/* Você pode obter a última versão desse arquivo no GitHub */ | ||
/* localizado em https://github.com/adeniltonbs/Zeus.Net.NFe.NFCe */ | ||
/* */ | ||
/* */ | ||
/* Esta biblioteca é software livre; você pode redistribuí-la e/ou modificá-la */ | ||
/* sob os termos da Licença Pública Geral Menor do GNU conforme publicada pela */ | ||
/* Free Software Foundation; tanto a versão 2.1 da Licença, ou (a seu critério) */ | ||
/* qualquer versão posterior. */ | ||
/* */ | ||
/* Esta biblioteca é distribuída na expectativa de que seja útil, porém, SEM */ | ||
/* NENHUMA GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE OU */ | ||
/* ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral Menor*/ | ||
/* do GNU para mais detalhes. (Arquivo LICENÇA.TXT ou LICENSE.TXT) */ | ||
/* */ | ||
/* Você deve ter recebido uma cópia da Licença Pública Geral Menor do GNU junto*/ | ||
/* com esta biblioteca; se não, escreva para a Free Software Foundation, Inc., */ | ||
/* no endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. */ | ||
/* Você também pode obter uma copia da licença em: */ | ||
/* http://www.opensource.org/licenses/lgpl-license.php */ | ||
/* */ | ||
/* Zeusdev Tecnologia LTDA ME - adenilton@zeusautomacao.com.br */ | ||
/* http://www.zeusautomacao.com.br/ */ | ||
/* Rua Comendador Francisco josé da Cunha, 111 - Itabaiana - SE - 49500-000 */ | ||
/********************************************************************************/ | ||
|
||
using System; | ||
using System.ComponentModel; | ||
using System.Xml.Serialization; | ||
|
||
namespace CTe.Classes.Servicos.DistribuicaoDFe.Schemas | ||
{ | ||
public class MDFe | ||
{ | ||
public string chMDFe { get; set; } | ||
public string modal { get; set; } | ||
public DateTime dhEmi { get; set; } | ||
public string nProt { get; set; } | ||
public DateTime dhRecbto { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/********************************************************************************/ | ||
/* Projeto: Biblioteca ZeusNFe */ | ||
/* Biblioteca C# para emissão de Nota Fiscal Eletrônica - NFe e Nota Fiscal de */ | ||
/* Consumidor Eletrônica - NFC-e (http://www.nfe.fazenda.gov.br) */ | ||
/* */ | ||
/* Direitos Autorais Reservados (c) 2014 Adenilton Batista da Silva */ | ||
/* Zeusdev Tecnologia LTDA ME */ | ||
/* */ | ||
/* Você pode obter a última versão desse arquivo no GitHub */ | ||
/* localizado em https://github.com/adeniltonbs/Zeus.Net.NFe.NFCe */ | ||
/* */ | ||
/* */ | ||
/* Esta biblioteca é software livre; você pode redistribuí-la e/ou modificá-la */ | ||
/* sob os termos da Licença Pública Geral Menor do GNU conforme publicada pela */ | ||
/* Free Software Foundation; tanto a versão 2.1 da Licença, ou (a seu critério) */ | ||
/* qualquer versão posterior. */ | ||
/* */ | ||
/* Esta biblioteca é distribuída na expectativa de que seja útil, porém, SEM */ | ||
/* NENHUMA GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE OU */ | ||
/* ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral Menor*/ | ||
/* do GNU para mais detalhes. (Arquivo LICENÇA.TXT ou LICENSE.TXT) */ | ||
/* */ | ||
/* Você deve ter recebido uma cópia da Licença Pública Geral Menor do GNU junto*/ | ||
/* com esta biblioteca; se não, escreva para a Free Software Foundation, Inc., */ | ||
/* no endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. */ | ||
/* Você também pode obter uma copia da licença em: */ | ||
/* http://www.opensource.org/licenses/lgpl-license.php */ | ||
/* */ | ||
/* Zeusdev Tecnologia LTDA ME - adenilton@zeusautomacao.com.br */ | ||
/* http://www.zeusautomacao.com.br/ */ | ||
/* Rua Comendador Francisco josé da Cunha, 111 - Itabaiana - SE - 49500-000 */ | ||
/********************************************************************************/ | ||
|
||
using System; | ||
using System.ComponentModel; | ||
using System.Xml.Serialization; | ||
|
||
namespace CTe.Classes.Servicos.DistribuicaoDFe.Schemas | ||
{ | ||
[Serializable()] | ||
[DesignerCategory("code")] | ||
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/cte")] | ||
public class detEvento | ||
{ | ||
|
||
[XmlElement(Namespace = "http://www.portalfiscal.inf.br/cte")] | ||
public evCTeAutorizadoMDFe evCTeAutorizadoMDFe { get; set; } | ||
|
||
|
||
[XmlAttribute()] | ||
public decimal versao { get; set; } | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
CTe.Classes/Servicos/DistribuicaoDFe/Schemas/evCTeAutorizadoMDFe.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/********************************************************************************/ | ||
/* Projeto: Biblioteca ZeusNFe */ | ||
/* Biblioteca C# para emissão de Nota Fiscal Eletrônica - NFe e Nota Fiscal de */ | ||
/* Consumidor Eletrônica - NFC-e (http://www.nfe.fazenda.gov.br) */ | ||
/* */ | ||
/* Direitos Autorais Reservados (c) 2014 Adenilton Batista da Silva */ | ||
/* Zeusdev Tecnologia LTDA ME */ | ||
/* */ | ||
/* Você pode obter a última versão desse arquivo no GitHub */ | ||
/* localizado em https://github.com/adeniltonbs/Zeus.Net.NFe.NFCe */ | ||
/* */ | ||
/* */ | ||
/* Esta biblioteca é software livre; você pode redistribuí-la e/ou modificá-la */ | ||
/* sob os termos da Licença Pública Geral Menor do GNU conforme publicada pela */ | ||
/* Free Software Foundation; tanto a versão 2.1 da Licença, ou (a seu critério) */ | ||
/* qualquer versão posterior. */ | ||
/* */ | ||
/* Esta biblioteca é distribuída na expectativa de que seja útil, porém, SEM */ | ||
/* NENHUMA GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE OU */ | ||
/* ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral Menor*/ | ||
/* do GNU para mais detalhes. (Arquivo LICENÇA.TXT ou LICENSE.TXT) */ | ||
/* */ | ||
/* Você deve ter recebido uma cópia da Licença Pública Geral Menor do GNU junto*/ | ||
/* com esta biblioteca; se não, escreva para a Free Software Foundation, Inc., */ | ||
/* no endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. */ | ||
/* Você também pode obter uma copia da licença em: */ | ||
/* http://www.opensource.org/licenses/lgpl-license.php */ | ||
/* */ | ||
/* Zeusdev Tecnologia LTDA ME - adenilton@zeusautomacao.com.br */ | ||
/* http://www.zeusautomacao.com.br/ */ | ||
/* Rua Comendador Francisco josé da Cunha, 111 - Itabaiana - SE - 49500-000 */ | ||
/********************************************************************************/ | ||
|
||
using System; | ||
using System.ComponentModel; | ||
using System.Xml.Serialization; | ||
using CTe.Classes.Informacoes.Emitente; | ||
|
||
namespace CTe.Classes.Servicos.DistribuicaoDFe.Schemas | ||
{ | ||
public class evCTeAutorizadoMDFe | ||
{ | ||
|
||
[XmlElement(Namespace = "http://www.portalfiscal.inf.br/cte")] | ||
public MDFe MDFe { get; set; } | ||
|
||
[XmlElement(Namespace = "http://www.portalfiscal.inf.br/cte")] | ||
public emit emit { get; set; } | ||
|
||
public string descEvento { get; set; } | ||
|
||
} | ||
} |
Oops, something went wrong.