Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeTrabalhador5001

    Identificação do trabalhador.

    Inheritance
    System.Object
    IdeTrabalhador5001
    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 IdeTrabalhador5001

    Properties

    CpfTrab

    Preencher com o número do CPF do trabalhador. Validação: Deve ser um CPF válido

    Declaration
    public string CpfTrab { get; set; }
    Property Value
    Type Description
    System.String

    InfoCompl

    Informações complementares do trabalhador e do contrato.

    Declaration
    public InfoCompl5001 InfoCompl { get; set; }
    Property Value
    Type Description
    InfoCompl5001

    ProcJudTrab

    Informações sobre processos judiciais do trabalhador com decisão favorável quanto à não incidência ou alterações na incidência de contribuição previdenciária.

    Declaration
    public List<ProcJudTrab5001> ProcJudTrab { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ProcJudTrab5001>