-
Notifications
You must be signed in to change notification settings - Fork 478
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 #1562 from ZeusAutomacao/integracao_hescules_outubro
Integração com Hércules-ZeusFiscal/Master - Merge commit
- Loading branch information
Showing
63 changed files
with
2,225 additions
and
272 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
using System; | ||
using System.Xml.Serialization; | ||
using CTe.Classes.Protocolo; | ||
using CTe.Classes.Servicos.Tipos; | ||
using DFe.Utils; | ||
|
||
namespace CTe.Classes | ||
{ | ||
[Serializable] | ||
[XmlRoot(Namespace = "http://www.portalfiscal.inf.br/cte", | ||
ElementName = "cteOSProc")] | ||
public class cteOSProc | ||
{ | ||
[XmlAttribute] | ||
public versao versao { get; set; } | ||
|
||
public CTe CTeOS { get; set; } | ||
|
||
public protCTe protCTe { get; set; } | ||
|
||
|
||
public static cteOSProc LoadXmlString(string xml) | ||
{ | ||
return FuncoesXml.XmlStringParaClasse<cteOSProc>(xml); | ||
} | ||
|
||
public static cteOSProc LoadXmlArquivo(string caminhoArquivoXml) | ||
{ | ||
return FuncoesXml.ArquivoXmlParaClasse<cteOSProc>(caminhoArquivoXml); | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.