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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class InfEvento
Constructors
InfEvento()
Declaration
InfEvento(EventoDetalhe)
Declaration
public InfEvento(EventoDetalhe detEvento)
Parameters
Fields
_detEvento
Declaration
Field Value
Properties
ChCTe
Declaration
public string ChCTe { get; set; }
Property Value
Type |
Description |
System.String |
|
CNPJ
Declaration
public string CNPJ { get; set; }
Property Value
Type |
Description |
System.String |
|
COrgao
Declaration
public UFBrasil COrgao { get; set; }
Property Value
COrgaoField
Declaration
public int COrgaoField { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CPF
Declaration
public string CPF { get; set; }
Property Value
Type |
Description |
System.String |
|
DetEvento
Declaration
public EventoDetalhe DetEvento { get; set; }
Property Value
DhEvento
Declaration
public DateTimeOffset DhEvento { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhEventoField
Declaration
public string DhEventoField { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
InfSolicNFF
Declaration
public InfSolicNFF InfSolicNFF { get; set; }
Property Value
NSeqEvento
Declaration
public int NSeqEvento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TpAmb
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
TpEvento
Declaration
public TipoEventoCTe TpEvento { get; set; }
Property Value
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type |
Description |
System.Boolean |
|