Class RetEventoMDFeInfEvento
Inheritance
System.Object
RetEventoMDFeInfEvento
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 RetEventoMDFeInfEvento
Properties
ChMDFe
Chave de acesso do MDFe.
Declaration
public string ChMDFe { 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
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "COrgao" para atribuir ou resgatar o valor)
Declaration
public int COrgaoField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CStat
Código do status da resposta.
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DhRegEvento
Data e hora do registro do evento.
Declaration
public DateTimeOffset DhRegEvento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhRegEventoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhRegEvento" para atribuir ou resgatar o valor)
Declaration
public string DhRegEventoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador da TAG a ser assinada.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NProt
Número do protocolo.
Declaration
public string NProt { 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 |
VerAplic
Versão do aplicativo que processou o evento.
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XEvento
Descrição do evento.
Declaration
public string XEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMotivo
Descrição literal do status da resposta.
Declaration
public string XMotivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |