Class ResEvento
Inheritance
System.Object
ResEvento
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
public class ResEvento : XMLBase, IXmlSerializable
Properties
ChNFe
Declaration
public string ChNFe { 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 |
|
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 |
|
DhRecbto
Declaration
public DateTimeOffset DhRecbto { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhRecbtoField
Declaration
public string DhRecbtoField { get; set; }
Property Value
Type |
Description |
System.String |
|
NProt
Declaration
public string NProt { get; set; }
Property Value
Type |
Description |
System.String |
|
NSeqEvento
Declaration
public int NSeqEvento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TpEvento
Declaration
public TipoEventoNFe TpEvento { get; set; }
Property Value
Versao
Declaration
public string Versao { get; set; }
Property Value
Type |
Description |
System.String |
|
XEvento
Declaration
public string XEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type |
Description |
System.Boolean |
|
Implements