Class NFGasProc
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("nfgasProc", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class NFGasProc : XMLBase, IXmlSerializable
Properties
DhConexao
Declaration
[XmlAttribute("dhConexao")]
public string DhConexao { get; set; }
Property Value
IPTransmissor
Declaration
[XmlAttribute("ipTransmissor")]
public string IPTransmissor { get; set; }
Property Value
NFGas
Declaration
[XmlElement("NFGas")]
public NFGas NFGas { get; set; }
Property Value
NPortaCon
Declaration
[XmlAttribute("nPortaCon")]
public string NPortaCon { get; set; }
Property Value
NomeArquivoDistribuicao
Declaration
[XmlIgnore]
public string NomeArquivoDistribuicao { get; }
Property Value
ProtNFGas
Declaration
[XmlElement("protNFGas")]
public ProtNFGas ProtNFGas { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
Implements