Class ReinfEnvioLoteEventos
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EFDReinf
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("Reinf", Namespace = "http://www.reinf.esocial.gov.br/schemas/envioLoteEventosAssincrono/v1_00_00", IsNullable = true)]
public class ReinfEnvioLoteEventos : XMLBase, IXmlSerializable
Properties
EnvioLoteEventos
Declaration
[XmlElement("envioLoteEventos")]
public EnvioLoteEventosReinf EnvioLoteEventos { get; set; }
Property Value
| Type | Description |
|---|---|
| EnvioLoteEventosReinf |
Versao
Declaration
[XmlIgnore]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
LoadFromFile(string)
Desserializar o XML de Lote de Eventos do EFDReinf no objeto ReinfEnvioLoteEventos
Declaration
public ReinfEnvioLoteEventos LoadFromFile(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename | Localização do arquivo XML de lote de eventos do EFDReinf |
Returns
| Type | Description |
|---|---|
| ReinfEnvioLoteEventos | Objeto do ReinfEnvioLoteEventos |
LoadFromXML(string)
Desserializar o XML de Lote de Eventos do EFDReinf no objeto ReinfEnvioLoteEventos
Declaration
public ReinfEnvioLoteEventos LoadFromXML(string xml)
Parameters
| Type | Name | Description |
|---|---|---|
| string | xml | string do XML de lote de eventos do EFDReinf |
Returns
| Type | Description |
|---|---|
| ReinfEnvioLoteEventos | Objeto do ReinfEnvioLoteEventos |