Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoMDFe

    Inheritance
    object
    XMLBase
    ProcEventoMDFe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.LerXML<T>(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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("procEventoMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
    public class ProcEventoMDFe : XMLBase, IXmlSerializable

    Properties

    EventoMDFe

    Evento do MDFe.

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

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição.

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

    RetEventoMDFe

    Retorno do evento do MDFe.

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

    Versao

    Versão do leiaute.

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

    Methods

    GerarXML()

    Gera o XML do objeto ProcEventoMDFe.

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    XmlDocument

    XmlDocument contendo o XML gerado.

    Overrides
    XMLBase.GerarXML()

    ReadXml(XmlDocument)

    Lê o XML e deserializa para o objeto ProcEventoMDFe.

    Declaration
    public override void ReadXml(XmlDocument document)
    Parameters
    Type Name Description
    XmlDocument document

    XmlDocument contendo o XML a ser lido.

    Overrides
    XMLBase.ReadXml(XmlDocument)

    Implements

    IXmlSerializable