Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoRegPrelim

    Informações do registro preliminar do trabalhador

    Inheritance
    object
    InfoRegPrelim
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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
    [XmlElement("codCateg")]
    public CodCateg CodCateg { get; set; }
    Property Value
    Type Description
    CodCateg

    CpfTrab

    Preencher com o número do CPF do trabalhador.

    Declaration
    [XmlElement("cpfTrab")]
    public string CpfTrab { get; set; }
    Property Value
    Type Description
    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
    [XmlIgnore]
    public DateTimeOffset DtAdm { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtAdmField

    Declaration
    [XmlElement("dtAdm")]
    public string DtAdmField { get; set; }
    Property Value
    Type Description
    string

    DtNascto

    Preencher com a data de nascimento.

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtNascto { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtNasctoField

    Declaration
    [XmlElement("dtNascto")]
    public string DtNasctoField { get; set; }
    Property Value
    Type Description
    string

    InfoRegCTPS

    Informações referentes ao registro e à CTPS Digital

    Declaration
    [XmlElement("infoRegCTPS")]
    public InfoRegCTPS InfoRegCTPS { get; set; }
    Property Value
    Type Description
    InfoRegCTPS

    Matricula

    Matrícula atribuída ao trabalhador pela empresa.

    Declaration
    [XmlElement("matricula")]
    public string Matricula { get; set; }
    Property Value
    Type Description
    string

    NatAtividade

    Natureza da atividade

    Declaration
    [XmlElement("natAtividade")]
    public NatAtividade? NatAtividade { get; set; }
    Property Value
    Type Description
    NatAtividade?

    Methods

    ShouldSerializeNatAtividade()

    Declaration
    public bool ShouldSerializeNatAtividade()
    Returns
    Type Description
    bool