Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class NFGas

    NFGas - Nota Fiscal Eletrônica do Gás

    Inheritance
    object
    XMLBase
    NFGas
    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("NFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
    public class NFGas : XMLBase, IXmlSerializable

    Properties

    InfNFGas

    Informações da NFGas

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

    InfNFGasSupl

    Informações suplementares da NFGas

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

    Signature

    Assinatura digital

    Declaration
    [XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature

    Implements

    IXmlSerializable