Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class NFCeDownloadXML

    Estrutura XML para download de NFCe

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

    Properties

    ChNFCe

    Chave de acesso da NFCe

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

    TpAmb

    Tipo do ambiente

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

    Versao

    Versão do leiaute

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

    Methods

    LoadFromXML(string)

    Deserializar a string do XML no objeto NFCeDownloadXML

    Declaration
    public NFCeDownloadXML LoadFromXML(string xml)
    Parameters
    Type Name Description
    string xml

    String do XML

    Returns
    Type Description
    NFCeDownloadXML

    Objeto NFCeDownloadXML

    Implements

    IXmlSerializable