Class DownloadPorNrRec
Enviar o xml para o webservice
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Servicos.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class DownloadPorNrRec : ServicoBase, IInteropService<DownloadEventosPorNrRec>
Constructors
DownloadPorNrRec(DownloadEventosPorNrRec, Configuracao)
Declaration
public DownloadPorNrRec(DownloadEventosPorNrRec consulta, Configuracao configuracao)
Parameters
Type | Name | Description |
---|---|---|
DownloadEventosPorNrRec | consulta | |
Configuracao | configuracao |
Properties
Result
Conteúdo retornado pelo web-service depois do envio do XML
Declaration
public RetornoConsultaLoteEvts Result { get; }
Property Value
Type | Description |
---|---|
RetornoConsultaLoteEvts |
Methods
DefinirConfiguracao()
Declaration
protected override void DefinirConfiguracao()
Overrides
Exceptions
Type | Condition |
---|---|
System.NotImplementedException |
GravarXmlDistribuicao(String, String, String)
Declaration
public override void GravarXmlDistribuicao(string pasta, string nomeArquivo, string conteudoXML)
Parameters
Type | Name | Description |
---|---|---|
System.String | pasta | |
System.String | nomeArquivo | |
System.String | conteudoXML |
Overrides
Exceptions
Type | Condition |
---|---|
System.NotImplementedException |