Class DownloadPorID
Enviar o xml para o webservice
Inheritance
DownloadPorID
Assembly: Unimake.Business.DFe.dll
Syntax
public class DownloadPorID : ServicoBase, IInteropService<DownloadEventosPorID>
Constructors
DownloadPorID()
Declaration
DownloadPorID(DownloadEventosPorID, Configuracao)
Declaration
public DownloadPorID(DownloadEventosPorID downloadEventosPorID, Configuracao configuracao)
Parameters
Properties
Result
Conteúdo retornado pelo web-service depois do envio do XML
Declaration
public RetornoEventoProcessado Result { get; }
Property Value
Methods
DefinirConfiguracao()
Declaration
protected override void DefinirConfiguracao()
Overrides
Exceptions
GravarXmlDistribuicao(string, string, string)
Declaration
public override void GravarXmlDistribuicao(string pasta, string nomeArquivo, string conteudoXML)
Parameters
Overrides
Exceptions
Implements