Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfRetEventoBPe

    Inheritance
    object
    InfRetEventoBPe
    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.BPe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfRetEventoBPe

    Properties

    COrgao

    Codigo do orgao de recepcao do evento

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

    CStat

    Codigo do status

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

    ChBPe

    Chave de acesso do BP-e

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

    DhRegEvento

    Data e hora do registro do evento

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhRegEvento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhRegEventoField

    Data e hora do registro do evento serializada no XML

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

    Id

    Identificador da tag

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

    NProt

    Numero do protocolo

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

    NSeqEvento

    Sequencial do evento

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

    TpAmb

    Identificacao do ambiente

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

    TpEvento

    Tipo do evento

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

    VerAplic

    Versao do aplicativo

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

    XEvento

    Descricao do evento

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

    XMotivo

    Descricao do status

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

    Methods

    ShouldSerializeChBPe()

    Declaration
    public bool ShouldSerializeChBPe()
    Returns
    Type Description
    bool

    ShouldSerializeDhRegEventoField()

    Declaration
    public bool ShouldSerializeDhRegEventoField()
    Returns
    Type Description
    bool

    ShouldSerializeNProt()

    Declaration
    public bool ShouldSerializeNProt()
    Returns
    Type Description
    bool

    ShouldSerializeNSeqEvento()

    Declaration
    public bool ShouldSerializeNSeqEvento()
    Returns
    Type Description
    bool

    ShouldSerializeTpEvento()

    Declaration
    public bool ShouldSerializeTpEvento()
    Returns
    Type Description
    bool

    ShouldSerializeXEvento()

    Declaration
    public bool ShouldSerializeXEvento()
    Returns
    Type Description
    bool