Class ProcEventoBPe
Evento do BP-e processado
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.BPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("procEventoBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class ProcEventoBPe : XMLBase, IXmlSerializable
Properties
DhConexao
Data e hora da conexao
Declaration
[XmlIgnore]
public DateTimeOffset DhConexao { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhConexaoField
Data e hora da conexao serializada no XML
Declaration
[XmlAttribute(AttributeName = "dhConexao", DataType = "token")]
public string DhConexaoField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventoBPe
Evento do BP-e
Declaration
[XmlElement("eventoBPe", Order = 0, Namespace = "http://www.portalfiscal.inf.br/bpe")]
public EventoBPe EventoBPe { get; set; }
Property Value
| Type | Description |
|---|---|
| EventoBPe |
IPTransmissor
IP do transmissor
Declaration
[XmlAttribute(AttributeName = "ipTransmissor", DataType = "token")]
public string IPTransmissor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NPortaCon
Porta de origem da conexao
Declaration
[XmlAttribute(AttributeName = "nPortaCon", DataType = "token")]
public string NPortaCon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NomeArquivoDistribuicao
Nome do arquivo de distribuicao
Declaration
[XmlIgnore]
public string NomeArquivoDistribuicao { get; }
Property Value
| Type | Description |
|---|---|
| string |
RetEventoBPe
Retorno do evento do BP-e
Declaration
[XmlElement("retEventoBPe", Order = 1, Namespace = "http://www.portalfiscal.inf.br/bpe")]
public RetEventoBPe RetEventoBPe { get; set; }
Property Value
| Type | Description |
|---|---|
| RetEventoBPe |
Versao
Versao do evento
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GerarXML()
Serializa o objeto (Converte o objeto para XML)
Declaration
public override XmlDocument GerarXML()
Returns
| Type | Description |
|---|---|
| XmlDocument | Conteúdo do XML |
Overrides
ReadXml(XmlDocument)
Executa o processamento do XMLReader recebido na desserialização
Declaration
public override void ReadXml(XmlDocument document)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlDocument | document | XML recebido durante o processo de desserialização |
Overrides
ShouldSerializeDhConexaoField()
Declaration
public bool ShouldSerializeDhConexaoField()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeIPTransmissor()
Declaration
public bool ShouldSerializeIPTransmissor()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeNPortaCon()
Declaration
public bool ShouldSerializeNPortaCon()
Returns
| Type | Description |
|---|---|
| bool |