Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EnviMDFe

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

    Properties

    IdLote

    Identificador de controle do lote

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

    MDFe

    Manifesto de Documentos Fiscais Eletrônico

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

    Versao

    Versão do leiaute XML

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

    Methods

    GerarXML()

    Serializa o objeto (Converte o objeto para XML)

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    XmlDocument

    Conteúdo do XML

    Overrides
    XMLBase.GerarXML()

    Implements

    IXmlSerializable