Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoRegPrelim

    Informações do registro preliminar do trabalhador

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

    Properties

    CodCateg

    Preencher com o código da categoria do trabalhador

    Declaration
    public CodCateg CodCateg { get; set; }
    Property Value
    Type Description
    CodCateg

    CpfTrab

    Preencher com o número do CPF do trabalhador.

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

    DtAdm

    Preencher com a data de admissão do trabalhador (ou data de início, no caso de Trabalhador Sem Vínculo de Emprego/Estatutário - TSVE).

    Declaration
    public DateTimeOffset DtAdm { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DtAdmField

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

    DtNascto

    Preencher com a data de nascimento.

    Declaration
    public DateTimeOffset DtNascto { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DtNasctoField

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

    InfoRegCTPS

    Informações referentes ao registro e à CTPS Digital

    Declaration
    public InfoRegCTPS InfoRegCTPS { get; set; }
    Property Value
    Type Description
    InfoRegCTPS

    Matricula

    Matrícula atribuída ao trabalhador pela empresa.

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

    NatAtividade

    Natureza da atividade

    Declaration
    public NatAtividade? NatAtividade { get; set; }
    Property Value
    Type Description
    System.Nullable<NatAtividade>

    Methods

    ShouldSerializeNatAtividade()

    Declaration
    public bool ShouldSerializeNatAtividade()
    Returns
    Type Description
    System.Boolean