Class ProcEventoDCe
Inheritance
ProcEventoDCe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("procEventoDCe", Namespace = "http://www.portalfiscal.inf.br/dce", IsNullable = false)]
public class ProcEventoDCe : XMLBase, IXmlSerializable
Properties
DhConexao
Declaration
[XmlIgnore]
public DateTimeOffset DhConexao { get; set; }
Property Value
DhConexaoField
Declaration
[XmlAttribute(AttributeName = "dhConexao", DataType = "token")]
public string DhConexaoField { get; set; }
Property Value
EventoDCe
Declaration
[XmlElement("eventoDCe")]
public EventoDCe EventoDCe { get; set; }
Property Value
IpTransmissor
Declaration
[XmlAttribute(AttributeName = "ipTransmissor", DataType = "token")]
public string IpTransmissor { get; set; }
Property Value
NPortaCon
Porta de origem utilizada na conexão.
Declaration
[XmlAttribute(AttributeName = "nPortaCon")]
public int NPortaCon { get; set; }
Property Value
NomeArquivoDistribuicao
Declaration
[XmlIgnore]
public string NomeArquivoDistribuicao { get; }
Property Value
RetEventoDCe
Declaration
[XmlElement("retEventoDCe")]
public RetEventoDCe RetEventoDCe { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
Methods
ShouldSerializeDhConexaoField()
Declaration
public bool ShouldSerializeDhConexaoField()
Returns
ShouldSerializeIpTransmissor()
Declaration
public bool ShouldSerializeIpTransmissor()
Returns
ShouldSerializeNPortaCon()
Verifica se a porta de conexão foi informada para serialização.
Declaration
public bool ShouldSerializeNPortaCon()
Returns
| Type |
Description |
| bool |
True quando a porta for maior que zero.
|
Implements