Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class NFGasProc

    NFGas processada

    Inheritance
    object
    XMLBase
    NFGasProc
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFGas
    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
    Type Description
    string

    IPTransmissor

    Declaration
    [XmlAttribute("ipTransmissor")]
    public string IPTransmissor { get; set; }
    Property Value
    Type Description
    string

    NFGas

    Declaration
    [XmlElement("NFGas")]
    public NFGas NFGas { get; set; }
    Property Value
    Type Description
    NFGas

    NPortaCon

    Declaration
    [XmlAttribute("nPortaCon")]
    public string NPortaCon { get; set; }
    Property Value
    Type Description
    string

    NomeArquivoDistribuicao

    Declaration
    [XmlIgnore]
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    string

    ProtNFGas

    Declaration
    [XmlElement("protNFGas")]
    public ProtNFGas ProtNFGas { get; set; }
    Property Value
    Type Description
    ProtNFGas

    Versao

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable