Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class MdfeProc

    MDFe Processado + Protocolo de autorização

    Inheritance
    System.Object
    XMLBase
    MdfeProc
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class MdfeProc : XMLBase, IXmlSerializable

    Properties

    DhConexao

    Data e hora da conexão.

    Declaration
    public DateTimeOffset DhConexao { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhConexaoField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhConexao" para atribuir ou resgatar o valor)

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

    IpTransmissor

    Endereço IP do transmissor.

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

    MDFe

    Manifesto Eletrônico de Documentos Fiscais (MDFe).

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

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição.

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

    NPortaCon

    Número da porta de conexão.

    Declaration
    public int NPortaCon { get; set; }
    Property Value
    Type Description
    System.Int32

    ProtMDFe

    Protocolo de autorização do MDFe.

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

    Versao

    Versão do leiaute.

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

    Methods

    GerarXML()

    Gera o XML do objeto MdfeProc.

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

    XmlDocument contendo o XML gerado.

    Overrides
    XMLBase.GerarXML()

    LoadFromFile(String)

    Deserializar o XML no objeto MdfeProc.

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

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

    Returns
    Type Description
    MdfeProc

    Objeto do XML de distribuição do MDFe

    LoadFromXML(String)

    Desserializar a string do XML MdfeProc no objeto MdfeProc

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

    string do XML MdfeProc

    Returns
    Type Description
    MdfeProc

    Objeto da MdfeProc

    Implements

    IXmlSerializable