Class InfoExclusao
Informação do evento que será excluído
Inheritance
System.Object
InfoExclusao
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 InfoExclusao
Properties
IdeFolhaPagto
Identificação do período de apuração a que se refere o evento que será excluído
Declaration
public IdeFolhaPagto IdeFolhaPagto { get; set; }
Property Value
Type | Description |
---|---|
IdeFolhaPagto |
IdeTrabalhador
Declaration
public IdeTrabalhador3000 IdeTrabalhador { get; set; }
Property Value
Type | Description |
---|---|
IdeTrabalhador3000 |
NrRecEvt
Preencher com o número do recibo do evento que será excluído
Declaration
public string NrRecEvt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpEvento
Preencher com o tipo de evento. Ex.: S-1200, S-2200, etc
Declaration
public string TpEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |