Class ConsultarCIOTGerado
Consultar CIOT gerado
Inherited Members
Namespace: Unimake.Business.DFe.Servicos.CIOT
Assembly: Unimake.Business.DFe.dll
Syntax
public class ConsultarCIOTGerado : ServicoBase, IDisposable, IInteropService<ConsultarCIOTGerado>
Constructors
ConsultarCIOTGerado()
Construtor
Declaration
public ConsultarCIOTGerado()
ConsultarCIOTGerado(string, Configuracao)
Construtor
Declaration
public ConsultarCIOTGerado(string conteudoXML, Configuracao configuracao)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conteudoXML | |
| Configuracao | configuracao |
ConsultarCIOTGerado(ConsultarCIOTGerado, Configuracao)
Construtor
Declaration
public ConsultarCIOTGerado(ConsultarCIOTGerado xml, Configuracao configuracao)
Parameters
| Type | Name | Description |
|---|---|---|
| ConsultarCIOTGerado | xml | |
| Configuracao | configuracao |
Properties
Envio
Objeto do XML de envio
Declaration
public ConsultarCIOTGerado Envio { get; }
Property Value
| Type | Description |
|---|---|
| ConsultarCIOTGerado |
NomeRootRetorno
Nome da tag raiz do XML de retorno
Declaration
protected override string NomeRootRetorno { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Result
Resultado do serviço
Declaration
public RetConsultarCIOTGerado Result { get; }
Property Value
| Type | Description |
|---|---|
| RetConsultarCIOTGerado |
ServicoCIOT
Serviço executado
Declaration
protected override Servico ServicoCIOT { get; }
Property Value
| Type | Description |
|---|---|
| Servico |
Overrides
XmlEnvio
Objeto do XML de envio
Declaration
protected override XMLBase XmlEnvio { get; }
Property Value
| Type | Description |
|---|---|
| XMLBase |