Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfEvento

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

    Constructors

    InfEvento()

    Declaration
    public InfEvento()

    InfEvento(EventoDetalhe)

    Declaration
    public InfEvento(EventoDetalhe detEvento)
    Parameters
    Type Name Description
    EventoDetalhe detEvento

    Properties

    CNPJ

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

    COrgao

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

    COrgaoField

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

    ChNF3e

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

    DetEvento

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

    DhEvento

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

    DhEventoField

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

    Id

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

    NSeqEvento

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

    TpAmb

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

    TpEvento

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