Class Evento
Contém o resultado do processamento de cada evento contido no lote e resultado do respectivo totalizador, caso o evento retorne algum dos totalizadores.
Inheritance
System.Object
Evento
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.ESocial.Retorno
Assembly: Unimake.Business.DFe.dll
Syntax
public class Evento
Properties
ID
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RetornoEvento
Contém o resultado do processamento de um evento contido no lote.
Declaration
public RetornoEvento RetornoEvento { get; set; }
Property Value
Type | Description |
---|---|
RetornoEvento |
Tot
Contém o resultado do processamento do totalizador de um evento contido no lote.
Declaration
public List<Tot> Tot { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Tot> |