Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetEnvEvento

    Inheritance
    object
    RetEnvEvento
    Inherited Members
    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
    [XmlRoot("retEnvEvento", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
    public class RetEnvEvento

    Properties

    COrgao

    Declaration
    [XmlIgnore]
    public UFBrasil COrgao { get; set; }
    Property Value
    Type Description
    UFBrasil

    COrgaoField

    Declaration
    [XmlElement("cOrgao", Order = 3)]
    public int COrgaoField { get; set; }
    Property Value
    Type Description
    int

    CStat

    Declaration
    [XmlElement("cStat", Order = 4)]
    public int CStat { get; set; }
    Property Value
    Type Description
    int

    IdLote

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

    RetEvento

    Declaration
    [XmlElement("retEvento", Order = 6)]
    public List<RetEvento> RetEvento { get; set; }
    Property Value
    Type Description
    List<RetEvento>

    TpAmb

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

    VerAplic

    Declaration
    [XmlElement("verAplic", Order = 2)]
    public string VerAplic { get; set; }
    Property Value
    Type Description
    string

    Versao

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

    XMotivo

    Declaration
    [XmlElement("xMotivo", Order = 5)]
    public string XMotivo { get; set; }
    Property Value
    Type Description
    string

    Methods

    LoadFromFile(string)

    Desserializar o XML RetEnvEvento no objeto EnviNFe

    Declaration
    public RetEnvEvento LoadFromFile(string filename)
    Parameters
    Type Name Description
    string filename

    Localização do arquivo XML RetEnvEvento

    Returns
    Type Description
    RetEnvEvento

    Objeto do RetEnvEvento

    LoadFromXML(string)

    Desserializar o XML EnviNFe no objeto EnviNFe

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

    string do XML EnviNFe

    Returns
    Type Description
    RetEnvEvento

    Objeto da EnviNFe