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.DCe
    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

    Campo mantido por compatibilidade para o CNPJ do autor do evento.

    Declaration
    [XmlIgnore]
    public string CNPJ { get; set; }
    Property Value
    Type Description
    string

    CNPJAutor

    CNPJ do autor do evento.

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

    CNPJUsEmit

    CNPJ do usuário emitente da DCe vinculada ao evento.

    Declaration
    [XmlElement("CNPJUsEmit")]
    public string CNPJUsEmit { 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

    CPF

    Campo mantido por compatibilidade para o CPF do usuário emitente.

    Declaration
    [XmlIgnore]
    public string CPF { get; set; }
    Property Value
    Type Description
    string

    CPFUsEmit

    CPF do usuário emitente da DCe vinculada ao evento.

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

    ChDCe

    Declaration
    [XmlElement("chDCe")]
    public string ChDCe { 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

    IdOutrosUsEmit

    Identificação alternativa do usuário emitente da DCe vinculada ao evento.

    Declaration
    [XmlElement("IdOutrosUsEmit")]
    public string IdOutrosUsEmit { 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

    TpEmit

    Tipo do emitente da DCe vinculada ao evento.

    Declaration
    [XmlElement("tpEmit")]
    public TipoEmitenteDCe TpEmit { get; set; }
    Property Value
    Type Description
    TipoEmitenteDCe

    TpEvento

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

    Methods

    ShouldSerializeCNPJUsEmit()

    Declaration
    public bool ShouldSerializeCNPJUsEmit()
    Returns
    Type Description
    bool

    ShouldSerializeCPFUsEmit()

    Declaration
    public bool ShouldSerializeCPFUsEmit()
    Returns
    Type Description
    bool

    ShouldSerializeIdOutrosUsEmit()

    Declaration
    public bool ShouldSerializeIdOutrosUsEmit()
    Returns
    Type Description
    bool