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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class InfEvento

    Constructors

    InfEvento()

    Declaration
    public InfEvento()

    InfEvento(EventoDetalhe)

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

    Properties

    CNPJ

    CNPJ do Emitente

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

    COrgao

    Código do Órgão

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

    COrgaoField

    Campo para serialização do Código do Órgão

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

    CPF

    CPF do Emitente

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

    ChMDFe

    Chave de Acesso do MDF-e

    Declaration
    [XmlElement("chMDFe", Order = 4)]
    public string ChMDFe { get; set; }
    Property Value
    Type Description
    string

    DetEvento

    Detalhe do Evento

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

    DhEvento

    Data e Hora do Evento

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

    DhEventoField

    Campo para serialização da Data e Hora do Evento

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

    Id

    Identificador do Evento

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

    NSeqEvento

    Número Sequencial do Evento

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

    TpAmb

    Tipo de Ambiente

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

    TpEvento

    Tipo do Evento

    Declaration
    [XmlElement("tpEvento", Order = 7)]
    public TipoEventoMDFe TpEvento { get; set; }
    Property Value
    Type Description
    TipoEventoMDFe

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool