Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class MDFe

    Inheritance
    System.Object
    XMLBase
    MDFe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    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 MDFe : XMLBase, IXmlSerializable

    Properties

    InfMDFe

    Informações do Manifesto de Documentos Fiscais Eletrônico

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

    InfMDFeSupl

    Informações suplementares do Manifesto de Documentos Fiscais Eletrônico

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

    Signature

    Assinatura XML

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

    Methods

    LoadFromFile(String)

    Deserializar o XML no objeto MDFe

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

    Localização do arquivo XML

    Returns
    Type Description
    MDFe

    Objeto do MDFe

    LoadFromXML(String)

    Deserializar o XML MDFe no objeto MDFe

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

    string do XML MDFe

    Returns
    Type Description
    MDFe

    Objeto da MDFe

    Implements

    IXmlSerializable