Class IdeEventoESocial2405
Informações de identificação do evento.
Inheritance
System.Object
IdeEventoESocial2405
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
Assembly: Unimake.Business.DFe.dll
Syntax
public class IdeEventoESocial2405
Properties
IndRetif
Indicativo de retificação
Declaration
public IndicativoRetificacao IndRetif { get; set; }
Property Value
Type | Description |
---|---|
IndicativoRetificacao |
NrRecibo
Número Recibo de Entrega da(s) transmissão(ões) anterior(es) para as quais se está incluindo informações complementares. Preencher com o número do recibo de cada um dos eventos S-1200 que se deseja complementar as informações.
Declaration
public string NrRecibo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcEmi
Processo de emissão do evento.
Declaration
public ProcessoEmissao ProcEmi { get; set; }
Property Value
Type | Description |
---|---|
ProcessoEmissao |
TpAmb
Identificação do ambiente
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerProc
Versão do processo de emissão do evento. Informar a versão do aplicativo emissor do evento.
Declaration
public string VerProc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeNrRecibo()
Verifica se a tag 'nrRecibo' deve ser serializada
Declaration
public bool ShouldSerializeNrRecibo()
Returns
Type | Description |
---|---|
System.Boolean |