Class InfEvento
Inheritance
System.Object
InfEvento
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class InfEvento
Constructors
InfEvento()
Declaration
public InfEvento()
InfEvento(EventoDetalhe)
Declaration
public InfEvento(EventoDetalhe detEvento)
Parameters
Type | Name | Description |
---|---|---|
EventoDetalhe | detEvento |
Fields
_detEvento
Declaration
EventoDetalhe _detEvento
Field Value
Type | Description |
---|---|
EventoDetalhe |
Properties
ChMDFe
Chave de Acesso do MDF-e
Declaration
public string ChMDFe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CNPJ
CNPJ do Emitente
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
COrgao
Código do Órgão
Declaration
public UFBrasil COrgao { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
COrgaoField
Campo para serialização do Código do Órgão
Declaration
public int COrgaoField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CPF
CPF do Emitente
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DetEvento
Detalhe do Evento
Declaration
public EventoDetalhe DetEvento { get; set; }
Property Value
Type | Description |
---|---|
EventoDetalhe |
DhEvento
Data e Hora do Evento
Declaration
public DateTimeOffset DhEvento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhEventoField
Campo para serialização da Data e Hora do Evento
Declaration
public string DhEventoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador do Evento
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NSeqEvento
Número Sequencial do Evento
Declaration
public int NSeqEvento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TpAmb
Tipo de Ambiente
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
TpEvento
Tipo do Evento
Declaration
public TipoEventoMDFe TpEvento { get; set; }
Property Value
Type | Description |
---|---|
TipoEventoMDFe |
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |