Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class NfeProc

    Classe da NFe/NFCe de distribuição

    Inheritance
    System.Object
    XMLBase
    NfeProc
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class NfeProc : XMLBase, IXmlSerializable

    Properties

    NFe

    NFe/NFCe

    Declaration
    public NFe NFe { get; set; }
    Property Value
    Type Description
    NFe

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição

    Declaration
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    System.String

    ProtNFe

    Protocolo de autorização da NFe/NFCe

    Declaration
    public ProtNFe ProtNFe { get; set; }
    Property Value
    Type Description
    ProtNFe

    Versao

    Versão do schema do XML de distribuição da NFe/NFCe

    Declaration
    public string Versao { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GerarXML()

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    System.Xml.XmlDocument
    Overrides
    XMLBase.GerarXML()

    LoadFromFile(String)

    Desserializar o arquivo XML no objeto NfeProc

    Declaration
    public NfeProc LoadFromFile(string filename)
    Parameters
    Type Name Description
    System.String filename

    Localização do arquivo XML de distribuição do NFe

    Returns
    Type Description
    NfeProc

    Objeto do XML de distribuição do NFe

    LoadFromXML(String)

    Desserializar a string do XML NfeProc no objeto NfeProc

    Declaration
    public NfeProc LoadFromXML(string xml)
    Parameters
    Type Name Description
    System.String xml

    string do XML NfeProc

    Returns
    Type Description
    NfeProc

    Objeto da NfeProc

    Implements

    IXmlSerializable